feat: reverse proxy and certs working
This commit is contained in:
@@ -1,66 +1,66 @@
|
||||
---
|
||||
# - hosts: localhost
|
||||
# gather_facts: no
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: provision/delete
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
become: yes
|
||||
roles:
|
||||
- role: provision/delete
|
||||
|
||||
# - hosts: localhost
|
||||
# gather_facts: no
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: provision/create
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
become: yes
|
||||
roles:
|
||||
- role: provision/create
|
||||
|
||||
# - hosts: baremetal
|
||||
# gather_facts: yes
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: provision/pre
|
||||
# - role: provision/cgroup
|
||||
- hosts: baremetal
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- role: provision/pre
|
||||
- role: provision/cgroup
|
||||
|
||||
# - hosts: localhost
|
||||
# gather_facts: no
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: provision/start
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
become: yes
|
||||
roles:
|
||||
- role: provision/start
|
||||
|
||||
# - hosts: baremetal
|
||||
# gather_facts: yes
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: provision/enable-ssh
|
||||
- hosts: baremetal
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- role: provision/enable-ssh
|
||||
|
||||
# - 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: nginx
|
||||
- role: traefik
|
||||
- role: nginx
|
||||
- role: cert-manager
|
||||
# - role: authelia
|
||||
- role: authelia
|
||||
|
||||
Reference in New Issue
Block a user