Create yml inventory file for AWS Ec2
all:
hosts:
web:
ansible_host: web1.amazon.com
ansible_port: 22
ansible_user: ubuntu
ansible_ssh_private_key: /path/file.pem
Create yml inventory file for AWS Ec2
all:
hosts:
web:
ansible_host: web1.amazon.com
ansible_port: 22
ansible_user: ubuntu
ansible_ssh_private_key: /path/file.pem
0 comments:
Post a Comment