Change MAC address to wake up odroid and return to wait_for.
This commit is contained in:
16
nas.yaml
16
nas.yaml
@@ -18,16 +18,16 @@
|
||||
|
||||
- name: Wakeup odroid
|
||||
community.general.wakeonlan:
|
||||
mac: '00:1E:06:45:4C:45'
|
||||
mac: '00:1E:06:45:4C:44'
|
||||
|
||||
- name: Wait for odroid
|
||||
ansible.builtin.pause:
|
||||
minutes: 1
|
||||
# - name: Wait for odroid
|
||||
# ansible.builtin.pause:
|
||||
# minutes: 1
|
||||
|
||||
# - name: Wait odroid is responding
|
||||
# ansible.builtin.wait_for:
|
||||
# host: 192.168.178.56
|
||||
# port: 2049
|
||||
- name: Wait odroid is responding
|
||||
ansible.builtin.wait_for:
|
||||
host: 192.168.178.60
|
||||
port: 2049
|
||||
|
||||
- name: Mount odroid storage
|
||||
ansible.posix.mount:
|
||||
|
||||
Reference in New Issue
Block a user