ansible/ansible.cfg
Timo Makinen f1dce581c3 Fix permissions for jsonfile cache plugin
By default jsonfile uses mkstemp to create temporary file and it gets
0700 permissions. Explicitly run chmod to fix permissions.
2023-02-05 17:15:31 +00:00

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