X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fansible.cfg;h=3be1971bb258c7f04623c1e122f9383e8d72947b;hb=2b175c61f0b1e4588b6c5be9b7ef260b578d81fe;hp=9621dfc55ac42dead6d0c4a8d6bc9d6ccce5808e;hpb=cec549dd24d5da3226ff6816f14992f990992036;p=noc.git diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 9621dfc..3be1971 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,10 +1,14 @@ [defaults] -inventory = ./hosts +inventory = ./hosts.ini 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