feat: k3s role

This commit is contained in:
NaeiKinDus 2024-02-04 14:48:13 +00:00
parent b7a09296bc
commit 83c6ce3513
16 changed files with 285 additions and 0 deletions

View file

@ -33,3 +33,10 @@
- name: include gaming role
ansible.builtin.include_role:
name: nullified.infrastructure.gaming
- name: install K3S
hosts: internal:&k3s
tasks:
- name: include k3s role
ansible.builtin.include_role:
name: nullified.infrastructure.k3s