K3s deploy on Rpis -- Rancher will live in Node

This commit is contained in:
2026-08-05 16:38:28 -05:00
parent 311eb69d33
commit 08f5a533df
9 changed files with 1572 additions and 6 deletions
+17 -6
View File
@@ -1,8 +1,19 @@
---
- name: Geth packages
become: yes
package:
name:
- openhab2
- name:
- name: General tasks
include_tasks: general.yml
- name: Primary tasks
include_tasks: primary.yml
when: "inventory_hostname == geth_primary "
# - name: Rancher tasks
# include_tasks: rancher.yml
# when: "inventory_hostname == geth_primary "
- name: Worker tasks
include_tasks: worker.yml
when: "not inventory_hostname == geth_primary"
- name: Service tasks
include_tasks: services.yml