Try to solve the conflict between role vars and global vars
This commit is contained in:
parent
292a98d737
commit
444c0c8f62
8 changed files with 30 additions and 27 deletions
|
@ -16,9 +16,9 @@ DATABASES = {
|
|||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'hyperkitty',
|
||||
'USER': 'hyperkittyadmin',
|
||||
'PASSWORD': '{{ mailman_hk_admin_db_pass }}',
|
||||
'HOST': '{{ mailman_dbserver }}',
|
||||
'PASSWORD': '{{ mailman_hyperkitty_admin_db_pass }}',
|
||||
'HOST': '{{ mailman_db_server }}',
|
||||
'PORT': '',
|
||||
}
|
||||
}
|
||||
KITTYSTORE_URL = 'postgres://kittystoreadmin:{{ mailman_ks_admin_db_pass }}@{{ mailman_dbserver }}/kittystore'
|
||||
KITTYSTORE_URL = 'postgres://kittystoreadmin:{{ mailman_kittystore_admin_db_pass }}@{{ mailman_db_server }}/kittystore'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue