Changed format of facts cache files to JSON
This commit is contained in:
@@ -35,7 +35,7 @@ home=.ansible
|
|||||||
become_plugins=plugins/become:.ansible/plugins/become:/usr/share/ansible/plugins/become
|
become_plugins=plugins/become:.ansible/plugins/become:/usr/share/ansible/plugins/become
|
||||||
|
|
||||||
# (string) Chooses which cache plugin to use, the default 'memory' is ephemeral.
|
# (string) Chooses which cache plugin to use, the default 'memory' is ephemeral.
|
||||||
fact_caching=yaml
|
fact_caching=jsonfile
|
||||||
|
|
||||||
# (string) Defines connection or path information for the cache plugin
|
# (string) Defines connection or path information for the cache plugin
|
||||||
fact_caching_connection=.ansible/facts
|
fact_caching_connection=.ansible/facts
|
||||||
@@ -481,7 +481,7 @@ yaml_valid_extensions=.yml,.yaml
|
|||||||
# It can result in a very significant performance improvement when enabled.
|
# It can result in a very significant performance improvement when enabled.
|
||||||
# However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default.
|
# However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default.
|
||||||
# This setting will be disabled if ``ANSIBLE_KEEP_REMOTE_FILES`` is enabled.
|
# This setting will be disabled if ``ANSIBLE_KEEP_REMOTE_FILES`` is enabled.
|
||||||
pipelining=True
|
pipelining=False
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
|||||||
Reference in New Issue
Block a user