khuedoan-homelab/metal/boot.yml
Khue Doan d808ae96dd refactor(metal): split main playbook to boot and cluster
Easier to only apply k3s config
2021-11-25 18:26:44 +07:00

11 lines
163 B
YAML

- name: Start PXE server
hosts: localhost
roles:
- pxe-server
- name: Provision bare metal machines
hosts: metal
gather_facts: no
roles:
- wake