From 3938d90977ef4e94005de5f5ebfe26f7745501e5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 19 Feb 2025 15:12:55 -0700 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6afcf84..3f061c9 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ A demonstration k3s cluster with a full *arr suite. * Export the local bin path: `export PATH=~/.local/bin:$PATH` * Install the required Ansible dependencies using Ansible Galaxy (`ansible-galaxy install -r requirements.yml`) * 1 or more Raspberry Pis with Raspbian or some other Debian-based OS installed +* Populate the `k3s_primary_node_ip` with the IP of your primary node in the [group_vars](./inventories/k3s/group_vars/all.yml) file +### Customization Once you have the IP of your nodes, update the [hosts](./inventories/k3s/hosts.yml) file with the IP addresses of your nodes accordingly. +Additionally, to modify variables used by the playbook, be sure to update the [group_vars](./inventories/k3s/group_vars/all.yml) file with the appropriate values. + ## Initialize the Cluster To create the master node for the cluster, run the following command: