mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 07:16:57 +07:00
13 lines
268 B
YAML
13 lines
268 B
YAML
- name: Render configs and start PXE server
|
|
include_tasks:
|
|
file: server.yml
|
|
run_once: yes
|
|
when:
|
|
- "'controller' in group_names"
|
|
|
|
- name: Wakes the nodes up and install OS on them
|
|
include_tasks:
|
|
file: wake.yml
|
|
when:
|
|
- "'metal' in group_names"
|