mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
16 lines
235 B
YAML
16 lines
235 B
YAML
- name: Install OS on bare metal machines
|
|
hosts: all
|
|
gather_facts: no
|
|
roles:
|
|
- pxe-boot
|
|
|
|
- name: Provision
|
|
hosts: metal
|
|
roles:
|
|
- docker
|
|
|
|
- name: Create Terraform state storage
|
|
hosts: metal[0]
|
|
roles:
|
|
- tfstate
|