khuedoan-homelab/metal/roles/wake/tasks/main.yml

9 lines
234 B
YAML
Raw Normal View History

2022-03-06 14:47:32 +07:00
- name: Send Wake-on-LAN magic packets
2021-03-03 01:25:56 +07:00
community.general.wakeonlan:
mac: "{{ hostvars[inventory_hostname]['mac'] }}"
delegate_to: localhost
2022-03-06 14:47:32 +07:00
- name: Wait for the machines to come online
wait_for_connection:
2021-08-21 19:50:58 +07:00
timeout: 600