Files
ansible-awx-gitlab/ansible.cfg
2026-08-19 09:53:22 +02:00

22 lines
554 B
INI

[defaults]
inventory = inventories/production/hosts.ini
roles_path = roles
remote_user = ansible_svc
host_key_checking = True
retry_files_enabled = False
interpreter_python = auto_silent
vault_password_file = .vault_pass
stdout_callback = default
result_format = yaml
forks = 5
timeout = 30
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey