-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yml
executable file
·36 lines (36 loc) · 1.04 KB
/
hosts.yml
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
gateway:
hosts:
pi-gw:
ansible_host: 192.168.1.100
k3s:
children:
masters:
hosts:
pi1:
ansible_host: 192.168.1.101
pi2:
ansible_host: 192.168.1.102
pi3:
ansible_host: 192.168.1.103
workers:
hosts:
pi4:
ansible_: 192.168.1.104
additional_disk: true
k3sExtraStorageArgs: "--node-label node.longhorn.io/create-default-disk=true"
pi5:
ansible_host: 192.168.1.105
additional_disk: true
k3sExtraStorageArgs: "--node-label node.longhorn.io/create-default-disk=true"
pi6:
ansible_host: 192.168.1.106
additional_disk: true
k3sExtraStorageArgs: "--node-label node.longhorn.io/create-default-disk=true"
pi7:
ansible_host: 192.168.1.107
additional_disk: true
k3sExtraStorageArgs: "--node-label node.longhorn.io/create-default-disk=true"
pi8:
ansible_host: 192.168.1.108
pi9:
ansible_host: 192.168.1.109