From e4a1e1ae5d4ae564b13ce35fd1c7bf0e31ec1131 Mon Sep 17 00:00:00 2001 From: josiah Date: Tue, 3 Jan 2023 15:45:19 -0600 Subject: [PATCH] Rename a bunch of ansible roles to use the new ones. --- inventory/host_vars/matrix.awful.club/vars.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inventory/host_vars/matrix.awful.club/vars.yml b/inventory/host_vars/matrix.awful.club/vars.yml index 44c98e34..34831789 100644 --- a/inventory/host_vars/matrix.awful.club/vars.yml +++ b/inventory/host_vars/matrix.awful.club/vars.yml @@ -90,11 +90,11 @@ matrix_mx_puppet_twitter_access_token: "{{ MATRIX_MX_PUPPET_TWITTER_ACCESS_TOKEN matrix_mx_puppet_twitter_access_token_secret: "{{ MATRIX_MX_PUPPET_TWITTER_ACCESS_TOKEN_SECRET }}" matrix_mx_puppet_twitter_environment: "{{ MATRIX_MX_PUPPET_TWITTER_ENVIRONMENT }}" -matrix_postgres_connection_password: "{{ vault_matrix_postgres_connection_password }}" -matrix_postgres_backup_enabled: true -matrix_postgres_backup_schedule: "@weekly" -matrix_postgres_backup_keep_weeks: "5" -matrix_postgres_backup_path: "/matrix/postgres/backups" +devture_postgres_connection_password: "{{ vault_matrix_postgres_connection_password }}" +devture_postgres_backup_enabled: true +devture_postgres_backup_schedule: "@weekly" +devture_postgres_backup_keep_weeks: "5" +devture_postgres_backup_base_path: "/matrix/postgres/backups" # added by jlj 05/28/21 -- heisenbridge testing matrix_heisenbridge_enabled: true