DCD-1123: Setup root Psql user and connectivity permissions.

This commit is contained in:
Steve Smith
2020-10-21 15:42:47 +11:00
parent 8cc7d58909
commit 65e5a3ba72
2 changed files with 30 additions and 4 deletions

View File

@@ -3,12 +3,22 @@
become: true
vars:
atl_db_host: "localhost"
atl_jdbc_user: "jira"
atl_jdbc_db_name: "jira"
# Set on commandline
# atl_jdbc_password:
# atl_db_root_password:
atl_jdbc_encoding: 'UNICODE'
atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template0'
atl_product_user: 'jira'
atl_use_system_jdk: true
atl_write_tags: false
@@ -16,12 +26,12 @@
- role: linux_common
- role: aws_common
- role: postgres_install
# - role: aws_shared_fs_config
# - role: product_common
- role: database_init
# - role: product_common
# - role: product_install
# tags: [skip_on_stack_update]
# - role: database_init
# tags: [skip_on_stack_update]
# - role: restore_backups
# - role: jira_config