diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 16ca9a1..2da7875 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -35,7 +35,7 @@ force_color=True ;become_plugins=/Users/fabioisti/.ansible/plugins/become:/usr/share/ansible/plugins/become # (string) Chooses which cache plugin to use, the default 'memory' is ephemeral. -;fact_caching=memory +fact_caching=memory # (string) Defines connection or path information for the cache plugin. ;fact_caching_connection= @@ -44,7 +44,7 @@ force_color=True ;fact_caching_prefix=ansible_facts # (integer) Expiration timeout for the cache plugin data. -;fact_caching_timeout=86400 +fact_caching_timeout=86400 # (list) List of enabled callbacks, not all callbacks need enabling, but many of those shipped with Ansible do as we don't want them activated by default. ;callbacks_enabled=