From 124b8d890c73e7d23d7a034488e0eaa5c6c647e5 Mon Sep 17 00:00:00 2001 From: ftrueck Date: Fri, 3 Jan 2025 17:25:30 +0100 Subject: [PATCH] =?UTF-8?q?inventory.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 inventory.yaml 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