revert from lint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user