mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-22 11:05:28 +01:00
21 lines
348 B
YAML
21 lines
348 B
YAML
- name: Build PXE environment
|
|
hosts: localhost
|
|
roles:
|
|
- pxe-server
|
|
|
|
- name: Provision OS on machines
|
|
hosts: metal
|
|
gather_facts: false
|
|
roles:
|
|
- wol-wake
|
|
|
|
- name: Clean up PXE environment
|
|
hosts: localhost
|
|
gather_facts: false
|
|
roles:
|
|
- pxe-cleanup
|
|
|
|
- name: Configure networking
|
|
hosts: metal
|
|
roles:
|
|
- systemd-networkd |