Created
February 13, 2022 14:27
-
-
Save amaurybsouza/27ca0a46b4409c2704fabd2d2cae322d to your computer and use it in GitHub Desktop.
Ansible-ad-hoc-command-error
This file contains hidden or 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
$ ansible aws -m ping -i inventory.yml | |
elliot01 | UNREACHABLE! => { | |
"changed": false, | |
"msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey).", | |
"unreachable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment