os-upgrade-automation/ansible.cfg

19 lines
524 B
INI

[defaults]
inventory = playbook/servicenow_inventory.yml
roles_path = playbook/roles
collections_paths = ~/.ansible/collections:./collections
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
bin_ansible_callbacks = True
forks = 25
interpreter_python = auto_silent
fact_caching = jsonfile
fact_caching_connection = .ansible_facts_cache
fact_caching_timeout = 86400
callbacks_enabled = profile_tasks, timer
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s