diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..1e149cb --- /dev/null +++ b/inventory.yaml @@ -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 \ No newline at end of file