From befa9aae202102a671e5de80d453153ad450f115 Mon Sep 17 00:00:00 2001 From: Adam Leiner <104371562+aleiner@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:21:00 -0400 Subject: [PATCH] Update rke2_servers.yml --- inventory/sample/group_vars/rke2_servers.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inventory/sample/group_vars/rke2_servers.yml b/inventory/sample/group_vars/rke2_servers.yml index 08c9bb32..f8401107 100644 --- a/inventory/sample/group_vars/rke2_servers.yml +++ b/inventory/sample/group_vars/rke2_servers.yml @@ -44,4 +44,9 @@ rke2_config: {} # See https://docs.rke2.io/helm/#automatically-deploying-manifests-and-helm-charts # Add manifest files by specifying the directory path on the control host +# These get applied after the first host in your inventory is configured # manifest_config_file_path: "{{ playbook_dir }}/sample_files/manifest/" + +# Add manifest files by specifying the directory path on the control host +# These get applied after the last host in your inventory is configured +# cluster_manifest_config_file_path: "{{ playbook_dir }}/sample_files/cluster_manifest/"