mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc.
This commit is contained in:
parent
4abb595a1f
commit
783ecbe2ba
@ -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.
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user