14 lines
295 B
YAML
14 lines
295 B
YAML
---
|
|
# This playbook creates a backup of odroid and writes it to the nas.
|
|
- name: Backup odroid to nas.
|
|
hosts: all
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Backup odroid
|
|
block:
|
|
|
|
- name: Wakeup the nas
|
|
community.general.wakeonlan:
|
|
mac: '54:04:a6:f1:9b:80'
|