39 lines
596 B
YAML
39 lines
596 B
YAML
---
|
|
# - hosts: k3s_cluster
|
|
# gather_facts: yes
|
|
# become: yes
|
|
# roles:
|
|
# - role: prereq
|
|
# - role: download
|
|
|
|
# - hosts: master
|
|
# become: yes
|
|
# roles:
|
|
# - role: k3s/master
|
|
|
|
# - hosts: node
|
|
# become: yes
|
|
# roles:
|
|
# - role: k3s/node
|
|
|
|
# - hosts: master
|
|
# become: yes
|
|
# roles:
|
|
# - role: k3s/post
|
|
|
|
# - hosts: master
|
|
# become: yes
|
|
# roles:
|
|
# - role: k3s/copy-config
|
|
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
# - role: traefik
|
|
# - role: cert-manager
|
|
# - role: authentik
|
|
- role: argocd
|
|
# - role: nginx
|
|
# - role: arr
|
|
# - role: redis
|