khuedoan-homelab/metal/playbook.yml

17 lines
336 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
2021-02-08 10:09:02 +07:00
- name: Shutdown all nodes
hosts: metal
2021-02-08 10:09:02 +07:00
roles:
- { role: shutdown, tag: shutdown }
ignore_unreachable: yes
2021-02-07 02:37:41 +07:00
- name: Wake all nodes up
hosts: metal
2021-02-07 02:37:41 +07:00
gather_facts: no
roles:
- { role: wake, tag: wake }