Created
June 12, 2018 09:33
-
-
Save iamgini/d07006026c498770d615e2951c01cdfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ansible-box ~]# ansible all -m ping -i mylist | |
box2 | SUCCESS => { | |
"changed": false, | |
"ping": "pong" | |
} | |
box1 | SUCCESS => { | |
"changed": false, | |
"ping": "pong" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment