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 @@ ...@@ -6,14 +6,15 @@
sudo: True sudo: True
gather_facts: False gather_facts: False
roles: roles:
- user - aws
# Configure an admin instance with jenkins and asgard. # Configure an admin instance with jenkins and asgard.
- name: Configure instance(s) - name: Configure instance(s)
hosts: tag_play_admin hosts: tag_play_admin
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
- common - aws
- edx_ansible
- jenkins_admin - jenkins_admin
- hotg - hotg
- newrelic - 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