diff --git a/.gitignore b/.gitignore index a4117f9..0e61d48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ group_vars/all.yml hosts.* +.cache # ---> Python # Byte-compiled / optimized / DLL files diff --git a/ansible.cfg b/ansible.cfg index 310e31c..a4ccaaa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,10 +8,10 @@ connection_plugins = ./connection_plugins/ interpreter_python = auto retry_files_enabled = True -retry_files_save_path = ./Retry/ +retry_files_save_path = ./.cache/retry/ fact_caching = yaml -fact_caching_connection = ./.facts +fact_caching_connection = ./.cache/facts gathering = smart host_key_checking = false