15 lines
354 B
INI
15 lines
354 B
INI
[defaults]
|
|
localhost_warning = False
|
|
inventory = inventory.ini
|
|
host_key_checking = False
|
|
interpreter_python = /usr/bin/python3
|
|
vault_password_file = vault.key
|
|
|
|
[inventory]
|
|
inventory_unparsed_warning = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
|
|
pipelining = True
|
|
retries = 256
|