add base
This commit is contained in:
30
inventory.all.yaml
Normal file
30
inventory.all.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
all:
|
||||
children:
|
||||
initial_controller:
|
||||
hosts:
|
||||
k0s-1:
|
||||
controller:
|
||||
hosts:
|
||||
k0s-2:
|
||||
k0s-3:
|
||||
worker:
|
||||
hosts:
|
||||
k0s-4:
|
||||
k0s-5:
|
||||
k0s-6:
|
||||
hosts:
|
||||
k0s-1:
|
||||
ansible_host: 10.2.4.101
|
||||
k0s-2:
|
||||
ansible_host: 10.2.4.102
|
||||
k0s-3:
|
||||
ansible_host: 10.2.4.103
|
||||
k0s-4:
|
||||
ansible_host: 10.2.4.104
|
||||
k0s-5:
|
||||
ansible_host: 10.2.4.105
|
||||
k0s-6:
|
||||
ansible_host: 10.2.4.106
|
||||
vars:
|
||||
ansible_user: core
|
||||
Reference in New Issue
Block a user