mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished backup update
This commit is contained in:
@@ -7,7 +7,9 @@ docker:
|
||||
enabled: false # Enable the database
|
||||
{{ application_id }}:
|
||||
backup:
|
||||
no_stop_required: true
|
||||
no_stop_required: true # The images that don't need to stop
|
||||
disabled: true # Disables the image
|
||||
database_routine: true # Instead of copying a database routine will be triggered for this container
|
||||
image: ""
|
||||
version: "latest"
|
||||
name: "web-app-{{ application_id }}"
|
||||
|
1
templates/roles/web-app/tasks/reset.yml.j2
Normal file
1
templates/roles/web-app/tasks/reset.yml.j2
Normal file
@@ -0,0 +1 @@
|
||||
# This file contains reset procedures which will be executed at the begining of the role for cleanup
|
Reference in New Issue
Block a user