mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized logic for database backups and integrated test to verify that database feature is used correct
This commit is contained in:
@@ -7,7 +7,7 @@ features:
|
||||
# @todo fix this
|
||||
ldap: false
|
||||
oidc: true
|
||||
central_database: false
|
||||
central_database: false # Propably required for backup routines
|
||||
logout: true
|
||||
server:
|
||||
csp:
|
||||
@@ -20,3 +20,9 @@ server:
|
||||
canonical:
|
||||
- "meet.{{ primary_domain }}"
|
||||
credentials: {}
|
||||
|
||||
docker:
|
||||
services:
|
||||
database:
|
||||
# This is set to true to pass integration test, doesn't have any other function
|
||||
enabled: true
|
||||
|
@@ -3,8 +3,8 @@
|
||||
include_role:
|
||||
name: cmp-docker-proxy
|
||||
|
||||
- name: "include seed-database-to-backup.yml"
|
||||
include_tasks: "{{ playbook_dir }}/roles/sys-bkp-docker-2-loc/tasks/seed-database-to-backup.yml"
|
||||
- name: "include 03_seed-database-to-backup.yml"
|
||||
include_tasks: "{{ playbook_dir }}/roles/sys-bkp-docker-2-loc/tasks/03_seed-database-to-backup.yml"
|
||||
|
||||
- name: configure websocket_upgrade.conf
|
||||
copy:
|
||||
|
Reference in New Issue
Block a user