Merge pull request #10321 from kdelee/management_cmd_ee_creds

Create default EE in seperate awx-managment cmd
This commit is contained in:
Shane McDonald
2021-06-02 18:37:52 -04:00
committed by GitHub
3 changed files with 106 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ if output=$(awx-manage createsuperuser --noinput --username=admin --email=admin@
awx-manage update_password --username=admin --password=${admin_password}
fi
awx-manage create_preload_data
awx-manage register_default_execution_environments
mkdir -p /awx_devel/awx/public/static
mkdir -p /awx_devel/awx/ui/static