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/"