X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fansible.cfg;h=4c457ebd0c025b6d712d55ea023d3c73224f89ca;hb=399d18cce5a5a4e21bc99573ffe7c177429ef222;hp=d4921c2c522de80f97ebecd2d964f8be01266cc7;hpb=e116938bfb30888451f8c4717e400a7654fc29bd;p=noc.git diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index d4921c2..4c457eb 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,12 +1,19 @@ [defaults] -inventory = ./hosts +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