X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible.cfg;h=60e91480448f350812dc142f7687bd5ef137d709;hb=e3a7398390a724363c49e8426b50cdfa28cb8142;hp=9f97815ccd987235849bc7de437c42a5e99d69a6;hpb=b7c82bb97cefa1a1d70b4348953249b84190c022;p=noc.git diff --git a/ansible.cfg b/ansible.cfg index 9f97815..60e9148 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,13 +1,4 @@ +## this makes the git diff/merge helper for ansible-vault files work +## see: https://github.com/building5/ansible-vault-tools [defaults] -inventory = ./hosts -remote_user = root -log_path = ./log -nocows=1 -vault_password_file = ./gpg/get-vault-pass.sh - -gathering = smart -var_compression_level = 9 - -[ssh_connection] -pipelining = True -ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config +vault_password_file = ansible/gpg/get-vault-pass.sh