inventory.yaml hinzugefügt

This commit is contained in:
2025-01-03 17:25:30 +01:00
parent 1ada16b50a
commit 124b8d890c

34
inventory.yaml Normal file
View 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