revert from lint

This commit is contained in:
2022-11-19 12:05:40 -06:00
parent e4091d16a1
commit be93b28035
14 changed files with 180 additions and 172 deletions

View File

@@ -1,32 +1,33 @@
- hosts: all
gather_facts: true
become: true
gather_facts: yes
become: yes
roles:
- base
- hosts: k3s_cluster
gather_facts: true
become: true
gather_facts: yes
become: yes
roles:
- k3s/prereq
- k3s/download
- hosts: master
become: true
roles:
become: yes
roles:
- k3s/master
- hosts: node
become: true
become: yes
roles:
- k3s/node
- hosts: master
become: true
become: yes
roles:
- role: k3s/post
- role: k3s/post
- hosts: master[0]
become: true
become: yes
roles:
- k3s/argocd