7 lines
177 B
INI
7 lines
177 B
INI
[defaults]
|
|
inventory = hosts
|
|
remote_user = ubuntu
|
|
private_key_file = ~/.ssh/ansible
|
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
|
deprecation_warnings = false
|