10 lines
284 B
INI
10 lines
284 B
INI
[defaults]
|
|
vault_password_file = get-vault-password.sh
|
|
stdout_callback = yaml
|
|
inventory = inventory/
|
|
roles_path = roles/
|
|
hash_behaviour = merge
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o UserKnownHostsFile=known_hosts -o ControlMaster=auto -o ControlPersist=120s -F ssh_config
|