9 lines
192 B
INI
9 lines
192 B
INI
[defaults]
|
|
host_key_checking = False
|
|
inventory = inventory_aws_ec2.yaml
|
|
|
|
interpreter_python = /usr/bin/python3
|
|
enable_plugins = aws_ec2
|
|
|
|
remote_user = ec2-user
|
|
private_key_file = ~/ssh-key.pem |