mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
8e54f134de
Thanks to https://www.reddit.com/r/selfhosted/comments/s9otm7/comment/htqcwxn/?utm_source=share&utm_medium=web2x&context=3
9 lines
218 B
YAML
9 lines
218 B
YAML
- name: Send Wake-on-LAN magic packets
|
|
community.general.wakeonlan:
|
|
mac: "{{ mac }}"
|
|
delegate_to: localhost
|
|
|
|
- name: Wait for the machines to come online
|
|
ansible.builtin.wait_for_connection:
|
|
timeout: 600
|