14 lines
439 B
INI
14 lines
439 B
INI
|
|
[defaults]
|
||
|
|
inventory = inventories/production/hosts.yml
|
||
|
|
roles_path = roles
|
||
|
|
collections_path = .collections
|
||
|
|
vault_password_file = .vault_pass
|
||
|
|
interpreter_python = auto_silent
|
||
|
|
stdout_callback = yaml
|
||
|
|
callbacks_enabled = timer, profile_tasks
|
||
|
|
|
||
|
|
# Avoid slow DNS lookups
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining = True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=accept-new
|