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.
|
---
|
|
- hosts: qnap
|
|
become: true
|
|
pre_tasks:
|
|
- name: Include vault variables.
|
|
include_vars: '../{{vault_file}}'
|
|
tags: [always]
|
|
roles:
|
|
- role: docker_s3_volume_restore
|
|
|
|
# - role: docker_restore_container
|
|
# vars:
|
|
# container_restore: linkding
|