14 lines
386 B
INI
14 lines
386 B
INI
[defaults]
|
|
inventory = inventory.ini
|
|
roles_path = roles
|
|
collections_path = collections
|
|
interpreter_python = auto_silent
|
|
stdout_callback = yaml
|
|
retry_files_enabled = False
|
|
host_key_checking = True
|
|
forks = 10
|
|
vault_password_file = .vault_pass
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=300s
|