mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 16:34:32 +07:00
11 lines
166 B
YAML
11 lines
166 B
YAML
- name: Start PXE server
|
|
hosts: localhost
|
|
roles:
|
|
- pxe_server
|
|
|
|
- name: Provision bare metal machines
|
|
hosts: metal
|
|
gather_facts: false
|
|
roles:
|
|
- wake
|