mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
17 lines
263 B
YAML
17 lines
263 B
YAML
|
- name: Start PXE server
|
||
|
hosts: localhost
|
||
|
roles:
|
||
|
- pxe-server
|
||
|
|
||
|
- name: Provision bare metal machines
|
||
|
hosts: metal
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- wake
|
||
|
|
||
|
- name: Create Terraform state storage
|
||
|
hosts: metal[0]
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- tfstate
|