mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-13 00:05:28 +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 |