Private
Public Access
2
0
Files
bgwaf/example/ansible/ansible.cfg

9 lines
210 B
INI
Raw Permalink Normal View History

2026-01-07 14:27:55 +03:00
[defaults]
inventory = ./inventory/
2026-01-14 11:03:59 +03:00
gathering = smart
vault_password_file = ./.vault_pass
2026-01-07 14:27:55 +03:00
[ssh_connection]
pipelining = True
2026-03-18 09:55:46 +03:00
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o StrictHostKeyChecking=no