khuedoan-homelab/metal/playbook.yml
2021-02-07 13:12:05 +07:00

16 lines
322 B
YAML

- name: Start PXE server on the controller
hosts: controller
roles:
- { role: pxe-server, tag: pxe-server }
- name: Wake all nodes up
hosts: homelab
gather_facts: no
roles:
- { role: wake, tag: wake }
# - name: Shutdown all nodes
# hosts: homelab
# roles:
# - { role: shutdown, tag: shutdown }