Add support for importing an existing Postgres database

This commit is contained in:
Slavi Pantaleev
2019-01-01 14:40:48 +02:00
parent f472c1b9e5
commit 6d89319822
5 changed files with 85 additions and 0 deletions

View File

@ -418,6 +418,7 @@ matrix_ssl_log_dir_path: "{{ matrix_ssl_base_path }}/log"
# Variables to Control which parts of the role run.
run_setup: true
run_import_postgres: true
run_upgrade_postgres: true
run_start: true
run_register_user: true