7 lines
184 B
INI
7 lines
184 B
INI
all:
|
|
hosts:
|
|
vars:
|
|
ansible_user: ubuntu
|
|
ansible_ssh_private_key_file: <your ssh key file>
|
|
ansible_ssh_common_args: -o StrictHostKeyChecking=no
|
|
plugin: aws_ec2, boto
|