mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Rework Role Structure (#254)
* Add more defaults * Rename roles, covert download to airgap role * Remove unnecessary gather_facts Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
become: true
|
||||
roles:
|
||||
- role: prereq
|
||||
- role: download
|
||||
- role: airgap
|
||||
- role: raspberrypi
|
||||
|
||||
- name: Setup K3S server
|
||||
hosts: server
|
||||
become: true
|
||||
roles:
|
||||
- role: k3s/server # noqa: role-name[path]
|
||||
- role: k3s_server
|
||||
|
||||
- name: Setup K3S agent
|
||||
hosts: agent
|
||||
become: true
|
||||
roles:
|
||||
- role: k3s/agent # noqa: role-name[path]
|
||||
- role: k3s_agent
|
||||
|
||||
Reference in New Issue
Block a user