Parallel execution across hosts, handler-based restart on change, role-aware paths via group_vars. Connects over WireGuard with dedicated inventory and SSH key.
17 lines
321 B
INI
17 lines
321 B
INI
[master]
|
|
odin ansible_host=10.200.1.250
|
|
|
|
[workers]
|
|
cassius ansible_host=10.200.1.13
|
|
edge ansible_host=10.200.1.254
|
|
sentinel ansible_host=10.200.1.1
|
|
|
|
[ppf:children]
|
|
master
|
|
workers
|
|
|
|
[ppf:vars]
|
|
ansible_user=ansible
|
|
ansible_ssh_private_key_file=/opt/ansible/secrets/ssh/ansible
|
|
ansible_remote_tmp=~/.ansible/tmp
|