mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Change SQL backend in settings template, tweak playbook
This commit is contained in:
@@ -13,7 +13,7 @@ MANAGERS = ADMINS
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'acom',
|
||||
'USER': 'ansible_commander',
|
||||
'PASSWORD': '{{ database_password }}',
|
||||
|
||||
Reference in New Issue
Block a user