khuedoan-homelab/metal/main.yml

16 lines
235 B
YAML
Raw Normal View History

2021-05-21 01:26:03 +07:00
- name: Install OS on bare metal machines
2021-03-03 01:25:56 +07:00
hosts: all
gather_facts: no
2021-02-07 02:37:41 +07:00
roles:
2021-03-03 00:00:59 +07:00
- pxe-boot
2021-02-21 10:57:20 +07:00
- name: Provision
hosts: metal
roles:
2021-05-21 01:26:03 +07:00
- docker
2021-06-08 18:29:09 +07:00
- name: Create Terraform state storage
hosts: metal[0]
2021-06-08 19:24:21 +07:00
roles:
2021-06-08 18:29:09 +07:00
- tfstate