X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible.cfg;h=60e91480448f350812dc142f7687bd5ef137d709;hb=2b175c61f0b1e4588b6c5be9b7ef260b578d81fe;hp=09bd8fe3995074a23901c4d16514a16f344e1a71;hpb=ea28d377ca1485d353d23b09852381988cc89a4e;p=noc.git diff --git a/ansible.cfg b/ansible.cfg index 09bd8fe..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 +vault_password_file = ansible/gpg/get-vault-pass.sh