ansible/inventory/hosts.yml

60 lines
1.4 KiB
YAML
Raw Normal View History

2020-10-17 00:21:57 -05:00
# vim:ft=ansible:
all:
vars:
ansible_user: ansible
children:
2021-01-23 18:49:55 -06:00
home:
vars:
ansible_become: yes
children:
desktop:
hosts:
2021-02-16 05:34:31 -06:00
dsk-ryzen-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
2021-01-23 18:49:55 -06:00
prod:
vars:
ansible_become: yes
children:
db:
hosts:
psql1.9iron.club:
psql1.desu.ltd:
web:
hosts:
web1.9iron.club:
web1.desu.ltd:
2021-01-26 04:25:27 -06:00
web2.desu.ltd:
game:
hosts:
2021-02-08 11:50:40 -06:00
game1.desu.ltd:
2021-02-16 16:39:53 -06:00
k8s:
vars:
ansible_become: yes
children:
k8s_masters:
vars:
kubernetes_role: master
hosts:
kub-ms1:
ansible_host: 192.168.122.82
k8s_nodes:
vars:
kubernetes_role: node
hosts:
kub-node1:
ansible_host: 192.168.122.120
kub-node2:
ansible_host: 192.168.122.151
kub-node3:
ansible_host: 192.168.122.131
kub-node4:
ansible_host: 192.168.122.234
kub-node5:
ansible_host: 192.168.122.109
kub-node6:
ansible_host: 192.168.122.105
kub-node7:
ansible_host: 192.168.122.157
kub-node8:
ansible_host: 192.168.122.221