mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
use existing logging infrastructure
This commit is contained in:
@@ -10,9 +10,6 @@ ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=redis port=6379" all
|
||||
ansible -i "127.0.0.1," -c local -v -m postgresql_user -U postgres -a "name=awx-dev password=AWXsome1 login_user=postgres login_host=postgres" all
|
||||
ansible -i "127.0.0.1," -c local -v -m postgresql_db -U postgres -a "name=awx-dev owner=awx-dev login_user=postgres login_host=postgres" all
|
||||
|
||||
# For migration log
|
||||
mkdir -p /var/log/tower/
|
||||
|
||||
# Move to the source directory so we can bootstrap
|
||||
if [ -f "/tower_devel/manage.py" ]; then
|
||||
cd /tower_devel
|
||||
|
||||
Reference in New Issue
Block a user