X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible.cfg;h=60e91480448f350812dc142f7687bd5ef137d709;hb=2b175c61f0b1e4588b6c5be9b7ef260b578d81fe;hp=55dc29a07818406d9cef8650039ab303db537cf9;hpb=d41b002706392eb2c6f8408cb38e0d6af0cfae25;p=noc.git diff --git a/ansible.cfg b/ansible.cfg index 55dc29a..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 = ./open-vault.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