Rename a bunch of ansible roles to use the new ones.

master
josiah 1 year ago
parent 72e496c7c4
commit e4a1e1ae5d

@ -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

Loading…
Cancel
Save