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.115.187
2021-02-16 16:39:53 -06:00
k8s_nodes:
vars:
kubernetes_role: node
hosts:
kub-node1:
ansible_host: 192.168.115.131
2021-02-16 16:39:53 -06:00
kub-node2:
ansible_host: 192.168.115.198
2021-02-16 16:39:53 -06:00
kub-node3:
ansible_host: 192.168.115.251
2021-02-16 16:39:53 -06:00
kub-node4:
ansible_host: 192.168.115.224
2021-02-16 16:39:53 -06:00
kub-node5:
ansible_host: 192.168.115.190
2021-02-16 16:39:53 -06:00
kub-node6:
ansible_host: 192.168.115.196
2021-02-16 16:39:53 -06:00
kub-node7:
ansible_host: 192.168.115.170
2021-02-16 16:39:53 -06:00
kub-node8:
ansible_host: 192.168.115.199