mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Change the default EE location
This commit is contained in:
parent
9964ba7c9a
commit
b953478225
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||
- name: Add EE to Tower
|
||||
tower_execution_environment:
|
||||
name: "My EE"
|
||||
image: quay.io/awx/ee
|
||||
image: quay.io/ansible/awx-ee
|
||||
'''
|
||||
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ services:
|
||||
# context: ./docker-compose
|
||||
# dockerfile: Dockerfile-logstash
|
||||
ee:
|
||||
image: quay.io/awx/ee
|
||||
image: quay.io/ansible/awx-ee
|
||||
user: ${CURRENT_UID}
|
||||
volumes:
|
||||
- "./docker-compose/receptor.cfg:/receptor.cfg"
|
||||
|
||||
@ -28,6 +28,6 @@ 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', \
|
||||
defaults={'image': 'quay.io/ansible/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