mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-13 00:05:28 +01:00
10 lines
169 B
YAML
10 lines
169 B
YAML
|
- name: Build PXE environment
|
||
|
hosts: localhost
|
||
|
roles:
|
||
|
- pxe-server
|
||
|
|
||
|
- name: Provision OS on machines
|
||
|
hosts: metal
|
||
|
gather_facts: false
|
||
|
roles:
|
||
|
- wol-wake
|