Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
---
awx_pip_packages:
- name: ansible
state: present
- name: docker-compose
state: present
- name: setuptools
state: present
- name: docker-py
state: present
# version: x.x
awx_docker_version: "17.09*"
awx_nodejs_version: "6.x"
awx_repo: https://github.com/ansible/awx.git
awx_repo_dir: "/opt/awx"
awx_repo_version: 1.0.2.301
# Set Dockerhub base
awx_container_base: "ansible"
# Set Docker Image names
awx_web_image: awx_web
awx_task_image: "{{ awx_container_base }}/awx_task"
awx_skip_build: false
awx_logo_repo: https://github.com/ansible/awx-logos.git
awx_logo_repo_dir: "{{ awx_repo_dir }}/awx-logos"
awx_logo_repo_version: master
awx_logo_keep_updated: "yes"
# Build AWX with official logos
# Requires cloning awx-logos repo into the project root.
# Review the trademark guidelines at https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md
awx_inv_awx_official: true
# Containers
# Postgres Configuration
awx_pg_container_name: postgres
awx_pg_container_image: postgres
awx_pg_container_version: 9.6
awx_pg_user: awx
awx_pg_pass: awxpass
awx_pg_db_name: awx
awx_pg_data_dir: "/postgres-awx-data"
# Rabbitmq Configuration
awx_rabbit_container_name: rabbitmq
awx_rabbit_container_image: rabbitmq
awx_rabbit_container_version: 3
awx_rabbit_vhost: awx
# memcached Configuration
awx_memcached_container_name: memcached
awx_memcached_container_image: memcached
awx_memcached_container_version: alpine
# awx_web Configuration
awx_awxweb_container_name: awx_web
awx_awxweb_container_image: "{{ awx_web_image }}"
awx_awxweb_container_version: "{{ awx_repo_version }}"
# AWX Secret key
# It's *very* important that this stay the same between upgrades or
# you will lose the ability to decrypt your credentials
awx_awxweb_secret_key: "awxsecret"
awx_awxweb_req_ldap_tls_cert: "never"
awx_awxweb_port: "80"
awx_awxweb_hostname: "awxweb"
# awx_task Configuration
awx_awxtask_container_name: awx_task
awx_awxtask_container_image: "{{ awx_task_image }}"
awx_awxtask_container_version: "{{ awx_repo_version }}"
awx_awxtask_hostname: awx