Fixes #3: Fix linting issues, add ansible-lint and yamllint configuration.

This commit is contained in:
Jeff Geerling
2020-05-12 15:17:06 -05:00
parent bad25d1ba5
commit e47af78bfd
9 changed files with 86 additions and 46 deletions

View File

@@ -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