summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 1e61e39928141a833971635d928a562c61262556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[defaults]
collections_path = .venv/lib/python3.14/site-packages:
fact_caching = jsonfile
fact_caching_connection = tmp
fact_caching_timeout = 3600
forks = 20
gathering = smart
interpreter_python = /usr/bin/python3
inventory = ./inventory.yaml
vault_password_file = ./.vault_pass

[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s