Set ansible facts gathering to smart, might save us some cycles.

This commit is contained in:
Kevin Fenzi 2016-01-30 19:20:31 +00:00
parent 010464f092
commit dd3e393ab4

View file

@ -30,7 +30,7 @@ poll_interval = 15
# smart - gather by default, but don't regather if already gathered
# implicit - gather by default, turn off with gather_facts: False
# explicit - do not gather by default, must say gather_facts: True
#gathering = implicit
gathering = smart
# additional paths to search for roles in, colon separated
roles_path = {{ ansible_base }}/ansible/roles