K3s deploy on Rpis -- Rancher will live in Node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user