Created
October 15, 2015 12:16
-
-
Save anubhavsinha/e28a9ba35585aa6e19cc to your computer and use it in GitHub Desktop.
Running the ansible command on servers with common user and .pem file
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 all -m ping -i inventory_file --user=ec2-user --private-key=../k8s.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment