feat: k3s role
This commit is contained in:
parent
b7a09296bc
commit
83c6ce3513
16 changed files with 285 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue