Merge "Turn on fact caching"
This commit is contained in:
commit
ef9292b153
@ -7,12 +7,16 @@ inventory_plugins=/etc/ansible/inventory_plugins
|
||||
roles_path=/opt/system-config/production/roles:/etc/ansible/roles
|
||||
retry_files_enabled=False
|
||||
retry_files_save_path=
|
||||
gathering=smart
|
||||
fact_caching=jsonfile
|
||||
fact_caching_connection=/var/cache/ansible/facts
|
||||
|
||||
|
||||
[inventory]
|
||||
enable_plugins=openstack,constructed,yaml,advanced_host_list,ini
|
||||
cache=True
|
||||
cache_plugin=jsonfile
|
||||
cache_connection=/var/cache/ansible
|
||||
cache_connection=/var/cache/ansible/inventory
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user