Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 2b6b05e6 authored by Idriss's avatar Idriss
Browse files

Ansible default values

parent 9618b702
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,5 @@ bucket_access_key: changeit
bucket_secret_key: changeit
backup_cmd: "echo \"backup in progress\""
backup_post_clean_cmd: "echo \"cleaning in progress\""
backup_folder: /home/backups
backup_inside_container: /backups
......@@ -11,7 +11,9 @@ EXECUTION_DATE="$(date "$DATE_FORMAT")"
BUCKET_ENDPOINT="{{ bucket_endpoint }}"
BUCKET_ACCESS_KEY="{{ bucket_access_key }}"
BUCKET_SECRET_KEY="{{ bucket_secret_key }}"
{% if bucket_name is defined and bucket_name %}
BUCKET_NAME="{{ bucket_name }}"
{% endif %}
{% if backup_cmd is defined and backup_cmd %}
{{ backup_cmd }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment