Guest User

Untitled

a guest
Apr 3rd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. camille@ubuntu:~$ ansible all -m ping -u remote
  2. 192.168.15.29 | UNREACHABLE! => {
  3. "changed": false,
  4. "msg": "Failed to connect to the host via ssh: Connection timed out during banner exchangern",
  5. "unreachable": true
  6. }
  7.  
  8. [test]
  9. 192.168.15.29 ansible_ssh_user=remote ansible_ssh_pass=password ansible_sudo_pass='password' #VM CentOS
Add Comment
Please, Sign In to add comment