mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Comply with ansible-lint
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
13
site.yml
13
site.yml
@@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: k3s_cluster
|
||||
- name: "Setup K3s Cluster"
|
||||
hosts: k3s_cluster
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
@@ -8,12 +9,14 @@
|
||||
- role: download
|
||||
- role: raspberrypi
|
||||
|
||||
- hosts: master
|
||||
- name: "Server Setup"
|
||||
hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/master
|
||||
- role: k3s/master # noqa: role-name[path]
|
||||
|
||||
- hosts: node
|
||||
- name: "Agent Setup"
|
||||
hosts: node
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/node
|
||||
- role: k3s/node # noqa: role-name[path]
|
||||
|
||||
Reference in New Issue
Block a user