12 lines
303 B
INI
12 lines
303 B
INI
[defaults]
|
|
inventory = ./my_inventory/hosts
|
|
roles_path = roles
|
|
retry_files_enabled = false
|
|
callbacks_enabled = timer, profile_tasks
|
|
host_key_checking = False
|
|
vault_password_file = .vault_pass
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
|