AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc.

This commit is contained in:
Chris Church 2013-12-11 11:45:34 -05:00
parent 4abb595a1f
commit 783ecbe2ba
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AWX
Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based
user interface, REST API and task engine built on top of Ansible.
The current version under development is 1.4, and uses the master branch.
The current version under development is 1.4.5, and uses the master branch.
1.2.2 was the initial version released on July 31, 2013.

View File

@ -43,6 +43,9 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'test':
}
}
# Celery AMQP configuration.
BROKER_URL = 'amqp://awx-dev:AWXsome1@localhost:5672/awx-dev'
# Absolute filesystem path to the directory to host projects (with playbooks).
# This directory should NOT be web-accessible.
PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')