Speed up plays with smart gathering and cache

This commit is contained in:
Wojciech Kozlowski 2022-12-08 21:00:30 +01:00
parent a0738916b5
commit 5982ddfcf9
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
fact_cache/**
group_vars/** group_vars/**
host_vars/** host_vars/**
playbooks/filesystem/tmp/valkyrie/etc/resolv.conf playbooks/filesystem/tmp/valkyrie/etc/resolv.conf

View File

@ -1,2 +1,7 @@
[defaults]
gathering = smart
fact_caching = ansible.builtin.jsonfile
fact_caching_connection = fact_cache
[privilege_escalation] [privilege_escalation]
become = True become = True