-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.yaml
52 lines (50 loc) · 1.04 KB
/
hosts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
all:
hosts:
galactica:
# Silverstone CS380 (TrueNAS SCALE)
# Ryzen 5600G
ansible_host: 192.168.1.121
pacifica:
# ASRock DeskMini 310
# Intel Core i3-8100
ansible_host: 192.168.1.131
valkyrie:
# HP ProDesk 600 G4 DM
# Intel Core i5-8500T
ansible_host: 192.168.1.132
pegasus:
# HP EliteDesk 800 G4 DM
# Intel Core i5-8600
ansible_host: 192.168.1.133
ixion:
# Dell Optiplex 7040M
# Intel Core i7-6700T
ansible_host: 192.168.1.134
atlantia:
# Lenovo Thinkcentre M700 Tiny
# Intel Core i5-6400T
ansible_host: 192.168.1.135
children:
debian:
children:
k8s_cluster:
longhorn:
hosts:
pacifica:
valkyrie:
pegasus:
ixion:
atlantia:
k8s_control_plane:
hosts:
pacifica:
valkyrie:
pegasus:
k8s_workers:
hosts:
ixion:
atlantia:
k8s_cluster:
children:
k8s_control_plane:
k8s_workers: