homeserver/ansible.cfg
Quotengrote 8200ecb630
Housekeeping (#19)
* Vault-Password-File default location

* absolute paths to relativ paths

* keepass-pw.yml --> vault_pass.yml

* vault-infos angepasst
2020-08-29 14:22:50 +02:00

24 lines
305 B
INI

[defaults]
inventory = ~/ansible/inventories
nocows = 1
retry_files_enabled = False
roles_path = ~/ansible/roles
vault_password_file = ~/ansible/vault-pass.yml
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]