From 0eb63952c2c5df1267966004924467af691097e2 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 8 Apr 2026 07:40:40 +0000 Subject: [PATCH] Use both odroid interfaces for wakeup. --- nas.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nas.yaml b/nas.yaml index f426e54..fa1575d 100644 --- a/nas.yaml +++ b/nas.yaml @@ -22,6 +22,12 @@ broadcast: 192.168.178.60 delegate_to: localhost + - name: Wakeup odroid + community.general.wakeonlan: + mac: '00:1E:06:45:4C:45' + broadcast: 192.168.178.56 + delegate_to: localhost + # - name: Wait for odroid # ansible.builtin.pause: # minutes: 1