khuedoan-homelab/metal/playbook.yml
2021-02-21 18:18:57 +07:00

24 lines
332 B
YAML

- name: Start PXE server on the controller
hosts: controller
roles:
- pxe
- name: Shutdown all nodes
hosts: metal
roles:
- shutdown
ignore_unreachable: yes
- name: Wake all nodes up
hosts: metal
gather_facts: no
roles:
- wake
- name: Provision
hosts: metal
roles:
- tools
- snap
- lxd