Commit 9410e126 by John Jarvis

Merge pull request #874 from edx/jarv/add-edx-ansible-jenkins

adding user and edx_ansible
parents 4dd2d885 4c792783
# Configure an admin instance with jenkins and asgard.
- name: Configure instance(s)
hosts: all
sudo: True
gather_facts: True
roles:
- aws
- edx_ansible
- user
- jenkins_admin
- hotg
- newrelic
......@@ -6,14 +6,15 @@
sudo: True
gather_facts: False
roles:
- user
- aws
# Configure an admin instance with jenkins and asgard.
- name: Configure instance(s)
hosts: tag_play_admin
sudo: True
gather_facts: True
roles:
- common
- aws
- edx_ansible
- jenkins_admin
- hotg
- newrelic
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment