By default jsonfile uses mkstemp to create temporary file and it gets 0700 permissions. Explicitly run chmod to fix permissions.
16 lines
298 B
INI
16 lines
298 B
INI
[defaults]
|
|
inventory = hosts.yml
|
|
roles_path = ./roles:./software
|
|
|
|
cache_plugins = ./plugins/cache
|
|
|
|
gathering = smart
|
|
fact_caching = jsonfile_fix
|
|
fact_caching_connection = facts
|
|
fact_caching_timeout = 86400
|
|
|
|
display_ok_hosts = False
|
|
display_skipped_hosts = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|