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

9 lines
218 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: "{{ mac }}"
2021-03-03 01:25:56 +07:00
delegate_to: localhost
2022-03-06 14:47:32 +07:00
- name: Wait for the machines to come online
2022-05-14 21:24:39 +07:00
ansible.builtin.wait_for_connection:
2021-08-21 19:50:58 +07:00
timeout: 600