15 lines
413 B
INI
15 lines
413 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 # uncomment in Stage 2
|
||
|
|
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining = True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=300s
|