infra/ansible.cfg

9 lines
205 B
INI
Raw Normal View History

[defaults]
inventory = inventory
2019-02-12 21:53:09 +00:00
nocows = 1
2019-02-13 23:54:02 +00:00
vault_password_file = ~/.ansible-afpy-vault
2024-04-03 19:11:29 +00:00
# allow_world_readable_tmpfiles = true
2023-03-28 13:01:39 +00:00
[ssh_connection]
ssh_args = -C -o ControlMaster=auto -o ControlPersist=3600s