Skip to content

Instantly share code, notes, and snippets.

@iamgini
Created June 12, 2018 09:33
Show Gist options
  • Save iamgini/d07006026c498770d615e2951c01cdfb to your computer and use it in GitHub Desktop.
Save iamgini/d07006026c498770d615e2951c01cdfb to your computer and use it in GitHub Desktop.
[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