mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-27 08:00:36 +07:00
9 lines
234 B
YAML
9 lines
234 B
YAML
- name: Send Wake-on-LAN magic packets
|
|
community.general.wakeonlan:
|
|
mac: "{{ hostvars[inventory_hostname]['mac'] }}"
|
|
delegate_to: localhost
|
|
|
|
- name: Wait for the machines to come online
|
|
wait_for_connection:
|
|
timeout: 600
|