infra/ansible.cfg
Jeremie Fraeys e7b9546f7f
Update infrastructure tooling and configuration
- Rename setup.sh to setup (drop extension for cleaner CLI)
- Update ansible.cfg for improved playbook execution
- Update .env.example with current environment variables
2026-02-21 18:30:16 -05:00

9 lines
314 B
INI

[defaults]
inventory = inventory/
remote_user=ansible
host_key_checking=True
roles_path=roles
interpreter_python=/usr/bin/python3
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=~/.ansible/cp/ansible-ssh-%%h-%%p-%%r -o StrictHostKeyChecking=accept-new -o IdentitiesOnly=yes