infra/ansible.cfg
Jeremie Fraeys 26f713ee9e
refactor(core): update ansible configuration and playbooks
- Update ansible.cfg with new configuration
- Modify inventory/group_vars/all.yml for group variables
- Update playbooks/services.yml service definitions
- Remove deprecated playbooks/deploy.yml

Implements: Configuration updates for new service architecture
2026-03-06 14:28:02 -05:00

10 lines
349 B
INI

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