From 3d8533472f6b2a510ba3f484cd611067ed678666 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 7 Feb 2026 06:19:08 -0600 Subject: [PATCH] update --- ansible/k3s.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/k3s.yaml b/ansible/k3s.yaml index fc27a3e..cb33ae4 100644 --- a/ansible/k3s.yaml +++ b/ansible/k3s.yaml @@ -34,6 +34,14 @@ Expected derived groups '{{ master_group }}' and '{{ node_group }}' to exist in inventory for cluster '{{ cluster }}'. +- name: Load k3s shared variables + hosts: localhost + gather_facts: false + tasks: + - name: Load vars from k3s/vars/main.yaml + ansible.builtin.include_vars: + file: "./ansible/roles/k3s/vars/main.yaml" + - name: Install prerequisites on all nodes hosts: "{{ cluster }}" gather_facts: yes