mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Insert a default EE into the development environment
This commit is contained in:
parent
fde7a1e3e5
commit
44ad6bfdce
@ -26,3 +26,8 @@ make init
|
||||
mkdir -p /awx_devel/awx/public/static
|
||||
mkdir -p /awx_devel/awx/ui/static
|
||||
mkdir -p /awx_devel/awx/ui_next/build/static
|
||||
|
||||
echo "ee, created = ExecutionEnvironment.objects.get_or_create(name='Default EE', \
|
||||
defaults={'image': 'quay.io/awx/ee', \
|
||||
'managed_by_tower': True}); \
|
||||
print('Already exists' if not created else 'Created')" | awx-manage shell_plus --quiet-load
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user