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
+11
View File
@@ -63,3 +63,14 @@
path: /etc/sudoers
validate: "visudo -cf %s"
when: ansible_os_family == "RedHat"
- name: Copy /etc/rc.local file
template:
src: "rclocal.j2"
dest: "/etc/rc.local"
owner: root
group: root
mode: a+x
- name: Reboot
ansible.builtin.reboot: