22 lines
569 B
INI
22 lines
569 B
INI
[all:vars]
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
ansible_user=ansible
|
|
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|
|
|
|
[lxc-hosts]
|
|
postgres ansible_host=192.168.1.170
|
|
gitea ansible_host=192.168.1.172
|
|
appserver ansible_host=192.168.1.173
|
|
|
|
[workload-hosts]
|
|
vpn ansible_host=192.168.1.138
|
|
authentik ansible_host=192.168.1.171
|
|
pangolingw ansible_host=192.168.1.175
|
|
|
|
[docker-hosts]
|
|
authentik ansible_host=192.168.1.171
|
|
appserver ansible_host=192.168.1.173
|
|
|
|
[k3s-hosts]
|
|
k3smainnode ansible_host=192.168.1.177
|
|
k3sworkernode ansible_host=192.168.1.178 |