inventory.yaml hinzugefügt
This commit is contained in:
34
inventory.yaml
Normal file
34
inventory.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
k3s_cluster:
|
||||||
|
hosts:
|
||||||
|
kube-0:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.24
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
k3s_control_node: true
|
||||||
|
|
||||||
|
kube-1:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.23
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
k3s_control_node: true
|
||||||
|
|
||||||
|
kube-2:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.22
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
k3s_control_node: true
|
||||||
|
|
||||||
|
kube-3:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.21
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
kube-4:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.20
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
kube-5:
|
||||||
|
ansible_user: ubuntu
|
||||||
|
ansible_host: 192.168.15.19
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
Reference in New Issue
Block a user