gitops/ansible.cfg
2025-05-23 21:19:18 +08:00

16 lines
344 B
INI

[inventory]
cache: yes
cache_plugin: ansible.builtin.jsonfile
[defaults]
vault_password_file = ~/.vault_password
timeout = 10
forks = 10
poll_interval = 10
transport = smart
gathering = smart
stdout_callback = skippy
host_key_checking = False
deprecation_warnings = False
ansible_python_interpreter=/usr/bin/python3