Skip to content

Commit

Permalink
Updated default vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmaurice committed Apr 29, 2020
1 parent 2dbcec9 commit 64d6691
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dockerhub_version: "9.0.1"
dockerhub_version: "11.1.0"
dockerhub_base: ansible

awx_task_hostname: awx-task
Expand Down Expand Up @@ -27,15 +27,6 @@ admin_password: password
# awx_container_search_domains: example.com,ansible.com
# awx_alternate_dns_servers: "10.1.2.3,10.2.3.4"

rabbitmq_version: "3.7.4"
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
rabbitmq_default_vhost: "awx"
rabbitmq_erlang_cookie: "cookiemonster"
rabbitmq_hostname: "rabbitmq"
rabbitmq_port: "5672"
rabbitmq_user: "guest"
rabbitmq_password: "guest"

postgres_data_dir: "/opt/awx/pgdocker"
postgresql_version: "10"
postgresql_image: "postgres:{{postgresql_version}}"
Expand All @@ -50,11 +41,15 @@ pg_port: 5432
# The following variable is only required when using the provided containerized postgres deployment on OpenShift
# pg_admin_password: postgrespass

redis_image: "redis"

memcached_image: "memcached"
memcached_version: "alpine"
memcached_hostname: "memcached"
memcached_port: "11211"

compose_start_containers: true

# Proxy
# http_proxy: http://proxy:3128
# https_proxy: http://proxy:3128
Expand Down

0 comments on commit 64d6691

Please sign in to comment.