From 157e2eb432b6cc23f67adde48b0550e3a1af14b3 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 13 Nov 2023 10:10:56 -0800 Subject: [PATCH] Fix inventory-sample and adapt README for multiple nodes (#250) Signed-off-by: Derek Nola Co-authored-by: garb4ge <93313883+garb4ge@users.noreply.github.com> --- README.md | 6 +++--- inventory-sample.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f29bea..7e6f966 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ k3s_cluster: children: server: hosts: - 192.16.35.11 + 192.16.35.11: agent: hosts: - 192.16.35.12 - 192.16.35.13 + 192.16.35.12: + 192.16.35.13: ``` If needed, you can also edit `vars` section at the bottom to match your environment. diff --git a/inventory-sample.yml b/inventory-sample.yml index 7940ebf..ce96dfd 100644 --- a/inventory-sample.yml +++ b/inventory-sample.yml @@ -3,11 +3,11 @@ k3s_cluster: children: server: hosts: - 192.16.35.11 + 192.16.35.11: agent: hosts: - 192.16.35.12 - 192.16.35.13 + 192.16.35.12: + 192.16.35.13: # Required Vars vars: