Advertisement
iomari

Untitled

Feb 27th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ╰─ sudo ansible-playbook -i ~/ansible/hosts -l glo ./pingall.yml ─╯
  2.  
  3. PLAY [Simple Playbook - Play 1] *************************************************************************************************************************************************************
  4.  
  5. TASK [Gathering Facts] **********************************************************************************************************************************************************************
  6. fatal: [10.152.194.18]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host 10.152.194.18 port 22: Connection timed out", "unreachable": true}
  7. [WARNING]: Failure using method (v2_runner_on_unreachable) in callback plugin (<ansible_collections.community.general.plugins.callback.mail.CallbackModule object at 0x7f0f24348a90>):
  8. [Errno 111] Connection refused
  9. fatal: [10.152.194.19]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host 10.152.194.19 port 22: Connection timed out", "unreachable": true}
  10. fatal: [10.152.194.20]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host 10.152.194.20 port 22: Connection timed out", "unreachable": true}
  11.  
  12. PLAY RECAP **********************************************************************************************************************************************************************************
  13. 10.152.194.18 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
  14. 10.152.194.19 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
  15. 10.152.194.20 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
  16.  
  17. Playbook run took 0 days, 0 hours, 0 minutes, 10 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement