khuedoan-homelab/metal/main.yml
2021-06-13 21:56:23 +07:00

12 lines
198 B
YAML

- name: Install OS on bare metal machines
hosts: all
gather_facts: no
roles:
- pxe-boot
- name: Create Terraform state storage
hosts: metal[0]
gather_facts: no
roles:
- tfstate