mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
14 lines
283 B
YAML
14 lines
283 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
awx_image: "awx"
|
|
redis_image: "redis"
|
|
|
|
postgresql_version: "10"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
memcached_image: "memcached"
|
|
memcached_version: "alpine"
|
|
|
|
compose_start_containers: true
|