Commit 463e69d5 by John Jarvis

adding play for jenkins_admin, renaming deployer.yml

parent 7ee49a59
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
gather_facts: False gather_facts: False
roles: roles:
- aws - aws
- user
# 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
...@@ -15,7 +14,7 @@ ...@@ -15,7 +14,7 @@
gather_facts: True gather_facts: True
roles: roles:
- aws - aws
- user - edx_ansible
- jenkins_admin - jenkins_admin
- hotg - hotg
- newrelic - newrelic
# 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
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