10 lines
204 B
YAML
10 lines
204 B
YAML
---
|
|
- name: Setup all the responsibilities of the nomad server
|
|
hosts: nigel.local
|
|
remote_user: nigel
|
|
tasks:
|
|
- name: Apply the nomad role
|
|
ansible.builtin.include_role:
|
|
name: nomad
|
|
|