ansible/inventory/hosts.yml
Salt b54e4a2e0b Update inventory to reflect a change in Pi roles
The rest of the nodes should come in tomorrow, after which I'll reinstate node 1 and add a couple more
2021-02-25 12:46:38 -06:00

51 lines
1.2 KiB
YAML

# vim:ft=ansible:
all:
vars:
ansible_user: ansible
ansible_become: yes
children:
home:
children:
pik8s:
vars:
docker_apt_arch: arm64
children:
pik8s_masters:
vars:
kubernetes_role: master
hosts:
pi-kub-master-1.desu.ltd:
pik8s_nodes:
vars:
kubernetes_role: node
hosts:
# pi-kub-node-1.desu.ltd:
pi-kub-node-2.desu.ltd:
pi-kub-node-3.desu.ltd:
pis:
vars:
docker_apt_arch: arm64
children:
storage:
hosts:
pi-storage-1.desu.ltd:
ansible_host: 192.168.103.1
desktop:
hosts:
dsk-ryzen-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
prod:
children:
db:
hosts:
psql1.9iron.club:
psql1.desu.ltd:
web:
hosts:
web1.9iron.club:
web1.desu.ltd:
web2.desu.ltd:
game:
hosts:
game1.desu.ltd: