- 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
10 lines
349 B
INI
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
|