8 lines
184 B
Text
8 lines
184 B
Text
|
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
|