mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
14 lines
238 B
YAML
14 lines
238 B
YAML
- name: Install OS on bare metal machines
|
|
hosts: all
|
|
gather_facts: no
|
|
vars_prompt:
|
|
- name: os_password
|
|
prompt: Enter password for metal nodes
|
|
roles:
|
|
- pxe-boot
|
|
|
|
- name: Provision
|
|
hosts: metal
|
|
roles:
|
|
- docker
|