You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
436 B
YAML
18 lines
436 B
YAML
---
|
|
|
|
allow_duplicates: yes
|
|
|
|
dependencies:
|
|
- role: misc/handlers
|
|
- role: misc/system_user
|
|
# system_user
|
|
# user_directory
|
|
- role: misc/backup_files
|
|
# domain
|
|
backup_directory: "{{ data_directory }}"
|
|
before_backup_command: |
|
|
{{ remote_control_script | quote }} "save-off";
|
|
{{ remote_control_script | quote }} "save-all";
|
|
after_backup_command: |
|
|
{{ remote_control_script | quote }} "save-on";
|