File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 - hosts : controllers[0]
66 vars :
77 backup_directory : " /var/lib/docker/volumes/mariadb_backup/_data"
8- kayobe_venv : " /opt/kayobe/venvs /kayobe"
8+ kayobe_venv : " {{ virtualenv_path }} /kayobe"
99 tasks :
1010 - name : Ensure AWS S3 module prerequisities are available
1111 pip :
2222
2323 - name : Upload backup files to S3
2424 amazon.aws.aws_s3 :
25- s3_url : " {{ s3_url }}"
26- access_key : " {{ secrets_s3_access_key }}"
27- secret_key : " {{ secrets_s3_secret_key }}"
28- bucket : " {{ s3_mariadb_mysql_backup_bucket }}"
25+ s3_url : " {{ s3_mariadb_backup_url }}"
26+ access_key : " {{ secrets_s3_mariadb_backup_access_key }}"
27+ secret_key : " {{ secrets_s3_mariadb_backup_secret_key }}"
28+ bucket : " {{ s3_mariadb_backup_bucket }}"
2929 object : " {{ item.path | basename }}"
3030 src : " {{ item.path }}"
3131 mode : put
You can’t perform that action at this time.
0 commit comments