feat: Added k3s, metallb, tried adding traefik

This commit is contained in:
Lino Silva
2022-11-15 09:35:05 +00:00
parent f783d35513
commit 645dacdca4
47 changed files with 49105 additions and 196 deletions
+62 -2
View File
@@ -1,6 +1,66 @@
---
# - hosts: localhost
# gather_facts: no
# become: yes
# roles:
# - role: provision/delete
# - 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: localhost
# gather_facts: no
# become: yes
# roles:
# - role: provision/start
# - 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: 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
gather_facts: no
become: yes
roles:
- role: k3s/pre
# - role: traefik
# - role: nginx
- role: cert-manager
# - role: authelia