khuedoan-homelab/metal/playbook.yml

16 lines
322 B
YAML
Raw Normal View History

2021-02-07 02:37:41 +07:00
- name: Start PXE server on the controller
2021-02-07 13:12:05 +07:00
hosts: controller
2021-02-07 02:37:41 +07:00
roles:
2021-02-07 13:12:05 +07:00
- { role: pxe-server, tag: pxe-server }
2021-02-07 02:37:41 +07:00
- 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 }