11 lines
277 B
INI
11 lines
277 B
INI
[defaults]
|
|
inventory = inventory
|
|
remote_user = ubuntu
|
|
private_key_file = ~/.ssh/ansible
|
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
|
host_key_checking = false
|
|
deprecation_warnings = false
|
|
ask_become_pass = true
|
|
pipelining = true
|
|
interpreter_python = python3
|