mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
awx_image: "awx"
|
|
redis_image: "redis"
|
|
|
|
postgresql_version: "12"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
compose_start_containers: true
|
|
upgrade_postgres: false
|