Skip to content

Commit

Permalink
AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchurch committed Dec 11, 2013
1 parent 4abb595 commit 783ecbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions awx/settings/local_settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 783ecbe

Please sign in to comment.