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-03-01 00:55:41 +07:00
|
|
|
vars_prompt:
|
2021-03-03 02:11:50 +07:00
|
|
|
- name: os_password
|
2021-03-01 00:55:41 +07:00
|
|
|
prompt: Enter password for metal nodes
|
2021-02-07 02:37:41 +07:00
|
|
|
roles:
|
2021-03-03 00:00:59 +07:00
|
|
|
- pxe-boot
|
2021-02-12 21:09:21 +07:00
|
|
|
|
2021-02-21 10:57:20 +07:00
|
|
|
- name: Provision
|
|
|
|
hosts: metal
|
2021-04-25 00:30:52 +07:00
|
|
|
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]
|
|
|
|
- tfstate
|