Completing the state required to setup k3s
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 15s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 37s

This commit is contained in:
2025-07-10 14:06:53 -07:00
parent 77590b067a
commit 826d334c3c
2 changed files with 11 additions and 9 deletions

View File

@@ -3,10 +3,12 @@
hosts: nigel.local
remote_user: nigel
tasks:
- name: Setup basic role on nigel
tags:
- setup
- nomad
- volumes
- name: Apply the base role to the nuc
ansible.builtin.include_role:
name: local-server-head
name: base
- name: Ensure nomad fixes are applied to the nuc
ansible.builtin.include_role:
name: nomad
- name: Apply the proxy role
ansible.builtin.include_role:
name: proxy