mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-09 23:25:29 +01:00
8 lines
235 B
YAML
8 lines
235 B
YAML
|
- name: Send magic packets
|
||
|
community.general.wakeonlan:
|
||
|
mac: "{{ hostvars[inventory_hostname]['mac'] }}"
|
||
|
delegate_to: localhost
|
||
|
|
||
|
- name: Wait for machines to come online with installed OS
|
||
|
wait_for_connection:
|
||
|
timeout: 600
|