volumes get backed up to minio successfully
parent
655b9499c0
commit
cbbb65a9b7
@ -1,13 +1,12 @@
|
|||||||
---
|
# the aws region. For minio this will always be us-east-1.
|
||||||
# defaults file for docker_s3_backup
|
|
||||||
docker_backup_aws_s3_region: "us-east-1"
|
docker_backup_aws_s3_region: "us-east-1"
|
||||||
|
# the name of the bucket in minio or s3
|
||||||
docker_backup_aws_s3_bucket: "backups"
|
docker_backup_aws_s3_bucket: "backups"
|
||||||
|
|
||||||
|
|
||||||
# put backups locally in this directory.
|
# put backups locally in this directory.
|
||||||
docker_backup_host_backup_directory: "./backups"
|
docker_backup_host_backup_directory: "/tmp"
|
||||||
docker_backup_aws_s3_url: ""
|
# the url of the minio server.
|
||||||
docker_backup_aws_s3_aws_access_key: ""
|
docker_backup_aws_s3_url: "http://127.0.0.1:9000"
|
||||||
docker_backup_aws_s3_aws_secret_key: ""
|
docker_backup_aws_s3_aws_access_key: "83meItmzcEgb1NdasSgl"
|
||||||
|
docker_backup_aws_s3_aws_secret_key: "lwdAJ60gMkcZxRZCHsC6CsdPw63Xuds6h6mksnSz"
|
||||||
docker_backup_aws_s3_permissions: []
|
docker_backup_aws_s3_permissions: []
|
||||||
docker_backup_aws_s3_encrypt: true
|
docker_backup_aws_s3_encrypt: off
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
galaxy_info:
|
|
||||||
author: Cian Hatton
|
|
||||||
description: Role which backs up a dockver volume to s3.
|
|
||||||
license: MIT
|
|
||||||
min_ansible_version: "2.1"
|
|
||||||
galaxy_tags: []
|
|
||||||
platforms:
|
|
||||||
- name: Debian
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
dependencies: []
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
# vars file for chatton.docker_backup
|
|
||||||
Loading…
Reference in New Issue