9 lines
203 B
YAML
9 lines
203 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
|