Removing all ansible-linter errors
This commit is contained in:
14
ansible/playbook/nuc.yaml
Normal file
14
ansible/playbook/nuc.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Setup bare metal requirements
|
||||
hosts: nigel.local
|
||||
remote_user: nigel
|
||||
tasks:
|
||||
- name: Apply the base role to the nuc
|
||||
ansible.builtin.include_role:
|
||||
name: base
|
||||
- name: Apply the k3s base role
|
||||
ansible.builtin.include_role:
|
||||
name: k3s
|
||||
- name: Apply the proxy role
|
||||
ansible.builtin.include_role:
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user