9 lines
234 B
INI
9 lines
234 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
host_key_checking = False
|
|
timeout = 60
|
|
interpreter_python = auto
|
|
|
|
[ssh_connection]
|
|
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r -o ForwardAgent=yes
|