feat: added argocd and arr
This commit is contained in:
+28
-26
@@ -1,36 +1,38 @@
|
||||
---
|
||||
- hosts: k3s_cluster
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- role: prereq
|
||||
- role: download
|
||||
# - hosts: k3s_cluster
|
||||
# gather_facts: yes
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: prereq
|
||||
# - role: download
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/master
|
||||
# - hosts: master
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: k3s/master
|
||||
|
||||
- hosts: node
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/node
|
||||
# - hosts: node
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: k3s/node
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/post
|
||||
# - hosts: master
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: k3s/post
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/copy-config
|
||||
# - hosts: master
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: k3s/copy-config
|
||||
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: traefik
|
||||
- role: cert-manager
|
||||
- role: authentik
|
||||
- role: nginx
|
||||
# - role: traefik
|
||||
# - role: cert-manager
|
||||
# - role: authentik
|
||||
- role: argocd
|
||||
# - role: nginx
|
||||
# - role: arr
|
||||
# - role: redis
|
||||
|
||||
Reference in New Issue
Block a user