mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-09 23:25:29 +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 |