mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Fixes #3: Fix linting issues, add ansible-lint and yamllint configuration.
This commit is contained in:
12
site.yml
12
site.yml
@@ -4,19 +4,17 @@
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: prereq }
|
||||
- { role: download }
|
||||
- { role: raspbian }
|
||||
- role: prereq
|
||||
- role: download
|
||||
- role: raspbian
|
||||
|
||||
|
||||
- hosts: master
|
||||
# gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: k3s/master }
|
||||
- role: k3s/master
|
||||
|
||||
- hosts: node
|
||||
# gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: k3s/node }
|
||||
- role: k3s/node
|
||||
|
||||
Reference in New Issue
Block a user