mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-13 12:44:38 +00:00
Moved bbb database seeding
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
vars:
|
vars:
|
||||||
docker_compose_flush_handlers: false
|
docker_compose_flush_handlers: false
|
||||||
|
|
||||||
- name: "Include Seed routines for '{{ application_id }}' database backup"
|
|
||||||
include_tasks: "{{ [ playbook_dir, 'roles/sys-ctl-bkp-docker-2-loc/tasks/04_seed-database-to-backup.yml' ] | path_join }}"
|
|
||||||
|
|
||||||
- name: "Unset 'proxy_extra_configuration'"
|
- name: "Unset 'proxy_extra_configuration'"
|
||||||
set_fact:
|
set_fact:
|
||||||
proxy_extra_configuration: null
|
proxy_extra_configuration: null
|
||||||
|
|
||||||
|
- name: "Include Seed routines for '{{ application_id }}' database backup"
|
||||||
|
include_tasks: "{{ [ playbook_dir, 'roles/sys-ctl-bkp-docker-2-loc/tasks/04_seed-database-to-backup.yml' ] | path_join }}"
|
||||||
|
|
||||||
- name: configure websocket_upgrade.conf
|
- name: configure websocket_upgrade.conf
|
||||||
copy:
|
copy:
|
||||||
src: "websocket_upgrade.conf"
|
src: "websocket_upgrade.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user