Skip to content

Commit

Permalink
Add postgres vars to group_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Dec 1, 2020
1 parent 511fe26 commit 8cd662b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ requirements_type: 'txt'
# set csp_enabled: true in project vars to enable
csp_reportonly_uri: '{{ vault_csp_reportonly_uri}}'
csp_enforce_uri: '{{ vault_csp_enforce_uri }}'

# Postgres configuration
postgres_version: 10
2 changes: 2 additions & 0 deletions group_vars/qa/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ install_base: '/srv/www/qa'
qa: qa
# allow any deploy contexts
deploy_contexts: []
# PUL staging VM uses postgres 12
postgres_version: 12

0 comments on commit 8cd662b

Please sign in to comment.