mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +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
|