Skip to content

Instantly share code, notes, and snippets.

@mykeylynx
Created August 29, 2018 00:11
Show Gist options
  • Save mykeylynx/7449232fdfb288d0b4a3aa91eb87b78a to your computer and use it in GitHub Desktop.
Save mykeylynx/7449232fdfb288d0b4a3aa91eb87b78a to your computer and use it in GitHub Desktop.
administrator$ ansible -u michael -i'192.168.102.226,' -m ping all -k
[DEPRECATION WARNING]: ANSIBLE_HOSTS option, The variable is misleading as it can be a list of hosts and/or paths to inventory sources , use ANSIBLE_INVENTORY instead. This feature
will be removed in version 2.8. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
SSH password:
192.168.102.226 | SUCCESS => {
"changed": false,
"ping": "pong"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment