From 9df2bcd9eb3ff001997841f9fe7ebe4f2bb69b8d Mon Sep 17 00:00:00 2001 From: Adam Leiner <104371562+aleiner@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:56:03 -0500 Subject: [PATCH] adjusting config verbiage --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3745409..ba613cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -131,8 +131,8 @@ There are three levels an RKE2 config variables can be placed in, that is `clust - `all.vars.cluster_rke2_config`: Defines common RKE2 config options for the whole cluster - `rke2_cluster.children.rke2_servers.vars.group_rke2_config`: Defines common RKE2 config options for the `rke2_servers` group - `rke2_cluster.children.rke2_agents.vars.group_rke2_config`: Defines common RKE2 config options for the `rke2_agents` group - - `rke2_cluster.children.rke2_servers.vars.hosts..host_rke2_config`: Defines a list of node labels for a specific agent node - - `rke2_cluster.children.rke2_agents.vars.hosts..host_rke2_config`: Defines a list of node labels for a specific agent node + - `rke2_cluster.children.rke2_servers.vars.hosts..host_rke2_config`: Defines RKE2 config options for a specific server node + - `rke2_cluster.children.rke2_agents.vars.hosts..host_rke2_config`: Defines RKE2 config options for a specific agent node > [!NOTE] > Through the rest of these docs you may see references to `rke2_servers.yml`, this is the group vars file for rke2_servers. This is functionally equivalent to `rke2_cluster.children.rke2_servers.vars`. References to `rke2_agents.yml` is functionally equivalent to `rke2_cluster.children.rke2_agents.vars` @@ -260,4 +260,4 @@ spec: ``` # Examples -There are two examples provided in this folder, `basic_sample_inventory`, and `advanced_sample_inventory`. The basic example is the simplest possible example, the advanced example is all of the options explained above in one example. \ No newline at end of file +There are two examples provided in this folder, `basic_sample_inventory`, and `advanced_sample_inventory`. The basic example is the simplest possible example, the advanced example is all of the options explained above in one example.