semaphore/ansible.cfg
2024-08-12 01:22:12 +08:00

16 lines
530 B
INI

[defaults]
inventory = ../inventory.yml
gathering = smart
roles_path = roles
forks = 4
# if set to a persistent type (not 'memory', for example 'redis') fact values
# from previous runs in Ansible will be stored. This may be useful when
# wanting to use, for example, IP information from one group of servers
# without having to talk to them in the same playbook run to get their
# current IP information.
fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
fact_caching_timeout = 600