infra/ansible/ansible.cfg
2023-07-03 14:01:38 +02:00

15 lines
285 B
INI

[defaults]
inventory = hosts
remote_tmp = $HOME/.ansible/tmp
remote_user = root
nocows = 1
roles_path = roles
vault_identity_list = default@misc/vault-keyring-client.sh
vault_id_match = True
retry_files_enabled = False
[ssh_connection]
pipelining = True
scp_if_ssh = True
retries = 5