Last active
January 5, 2023 04:44
-
-
Save Affan-7/21a081742583a18985a264d37bfa4da4 to your computer and use it in GitHub Desktop.
ansible inventory file demo
This file contains 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
[ec2] | |
<Ip addresses of ec2 instances (use single line for each ip address)> | |
[ec2:vars] | |
ansible_user=ec2-user | |
ansible_ssh_private_key_file=<path to your private ssh key file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment