2022-03-11 22:31:42 +01:00
|
|
|
[defaults]
|
2022-12-23 23:23:23 +01:00
|
|
|
vault_password_file = get-vault-password.sh
|
2022-03-11 22:31:42 +01:00
|
|
|
stdout_callback = yaml
|
2024-01-15 12:18:44 +01:00
|
|
|
inventory = inventory/
|
2023-09-24 12:23:37 +02:00
|
|
|
|
|
|
|
[ssh_connection]
|
2024-07-06 20:40:50 +02:00
|
|
|
pipelining = True
|
|
|
|
ssh_args = -o UserKnownHostsFile=known_hosts -o ControlMaster=auto -o ControlPersist=120s -F ssh_config
|