mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
pass correct awx-dev password on startup
This commit is contained in:
committed by
Shane McDonald
parent
a6c0793695
commit
54d50d71ab
@@ -10,8 +10,8 @@ ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=${RABBITMQ_HOST} port=5
|
|||||||
# TODO: FIX
|
# TODO: FIX
|
||||||
#/etc/init.d/ssh start
|
#/etc/init.d/ssh start
|
||||||
|
|
||||||
ansible -i "127.0.0.1," -c local -v -m postgresql_user --become-user postgres -a "name=awx-dev password=awxpass encrypted=yes login_user=postgres login_password=postgrespass login_host=postgres" all
|
ansible -i "127.0.0.1," -c local -v -m postgresql_user --become-user postgres -a "name=awx-dev password=AWXsome1 encrypted=yes login_user=postgres login_password=postgrespass login_host=postgres" all
|
||||||
ansible -i "127.0.0.1," -c local -v -m postgresql_db --become-user postgres -a "name=awx-dev owner=awx login_user=postgres login_password=postgrespass login_host=postgres" all
|
ansible -i "127.0.0.1," -c local -v -m postgresql_db --become-user postgres -a "name=awx-dev owner=awx-dev login_user=postgres login_password=postgrespass login_host=postgres" all
|
||||||
|
|
||||||
# Move to the source directory so we can bootstrap
|
# Move to the source directory so we can bootstrap
|
||||||
if [ -f "/awx_devel/manage.py" ]; then
|
if [ -f "/awx_devel/manage.py" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user