mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
- use awx-python in shebang in dev env - scl enable where needed for rhel7 & container installs - use scram-sha-256 pg user hashing by default - ensure psycopg2 is using the correct PG_CONFIG at build time for the right libpq version
22 lines
521 B
YAML
22 lines
521 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
rabbitmq_version: "3.7.4"
|
|
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
|
rabbitmq_default_vhost: "awx"
|
|
rabbitmq_erlang_cookie: "cookiemonster"
|
|
rabbitmq_host: "rabbitmq"
|
|
rabbitmq_port: "5672"
|
|
rabbitmq_user: "guest"
|
|
rabbitmq_password: "guest"
|
|
|
|
postgresql_version: "10"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
|
|
memcached_image: "memcached"
|
|
memcached_version: "alpine"
|
|
memcached_host: "memcached"
|
|
memcached_port: "11211"
|
|
|