2025-04-16 17:34:03 -07:00
|
|
|
---
|
|
|
|
|
- hosts: nigel.local
|
|
|
|
|
remote_user: nigel
|
|
|
|
|
tasks:
|
|
|
|
|
- name: Setup basic role on nigel
|
2025-04-16 18:25:24 -07:00
|
|
|
tags:
|
|
|
|
|
- setup
|
2025-05-04 23:35:58 -07:00
|
|
|
- nomad
|
2025-05-10 17:26:45 -07:00
|
|
|
- proxy
|
2025-04-16 17:34:03 -07:00
|
|
|
ansible.builtin.include_role:
|
2025-04-16 18:25:24 -07:00
|
|
|
name: local-server-head
|