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