add ansible.cfg

This commit is contained in:
counterweight 2026-09-11 17:42:49 +02:00
parent d0bfc2650d
commit c3f5e47559
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

14
ansible/ansible.cfg Normal file
View file

@ -0,0 +1,14 @@
[defaults]
inventory = inventory.ini
roles_path = roles
collections_path = collections
interpreter_python = auto_silent
stdout_callback = yaml
retry_files_enabled = False
host_key_checking = True
forks = 10
# vault_password_file = .vault_pass # uncomment in Stage 2
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=300s