Speed up plays with smart gathering and cache
This commit is contained in:
parent
a0738916b5
commit
5982ddfcf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user