Initial commit

This commit is contained in:
Oliver Traber 2022-05-12 23:15:51 +02:00
commit 50f2a54331
Signed by: Bluemedia
GPG key ID: C0674B105057136C
21 changed files with 276 additions and 0 deletions

View file

@ -0,0 +1,8 @@
- 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