self-hosting/ansible.cfg

9 lines
241 B
INI
Raw Normal View History

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
inventory = inventory/
[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