Files
awx-operator/roles/installer/templates/environment.sh.j2
2021-02-05 22:23:23 +01:00

6 lines
198 B
Django/Jinja

DATABASE_USER={{ awx_postgres_user }}
DATABASE_NAME={{ awx_postgres_database }}
DATABASE_HOST={{ awx_postgres_host }}
DATABASE_PORT={{ awx_postgres_port }}
DATABASE_PASSWORD={{ awx_postgres_pass }}