X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fansible.cfg;h=4c457ebd0c025b6d712d55ea023d3c73224f89ca;hb=0512f0bba70c8502fe474d831a736dcf8aae2b68;hp=9f97815ccd987235849bc7de437c42a5e99d69a6;hpb=48446c37050a0a1257d0ceb7506caf50d821c269;p=noc.git diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 9f97815..4c457eb 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,13 +1,19 @@ [defaults] -inventory = ./hosts -remote_user = root +inventory = ./hosts.ini +roles_path = ./roles:../roles log_path = ./log nocows=1 vault_password_file = ./gpg/get-vault-pass.sh gathering = smart +fact_caching = jsonfile +fact_caching_connection = ./.cache/facts +fact_caching_timeout = 7200 + var_compression_level = 9 +timeout=30 + [ssh_connection] pipelining = True -ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config +ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s