homeserver/ansible.cfg

24 lines
293 B
INI
Raw Normal View History

2020-08-18 11:57:53 +02:00
[defaults]
inventory = ~/ansible
2020-08-18 11:57:53 +02:00
nocows = 1
retry_files_enabled = False
roles_path = ~/ansible/roles
vault_password_file = ~/ansible/vault-pass.yml
2020-08-18 11:57:53 +02:00
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]