mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
11 lines
225 B
YAML
11 lines
225 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
awx_image: "awx"
|
|
redis_image: "redis"
|
|
|
|
postgresql_version: "10"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
compose_start_containers: true
|