Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 24, 2022 00:15
Show Gist options
  • Save amaurybsouza/9dd765d13a7154fe4b2bca2feef28f1b to your computer and use it in GitHub Desktop.
Save amaurybsouza/9dd765d13a7154fe4b2bca2feef28f1b to your computer and use it in GitHub Desktop.
ansible_ping
$ ansible dell -m ping
localhosts | SUCCESS => {
"changed": false,
"ping": "pong"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment