Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
efebafd5
Commit
efebafd5
authored
Jun 19, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the admin files more coherent.
parent
2b2035d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
27 deletions
+15
-27
playbooks/edx-east/jenkins_admin.yml
+1
-12
playbooks/edx-east/vpc_admin.yml
+14
-15
No files found.
playbooks/edx-east/jenkins_admin.yml
View file @
efebafd5
# Configure an
admin instance with jenkins and asgard
.
# Configure an
instance with the admin jenkins
.
-
name
:
Configure instance(s)
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
aws
-
edx_ansible
-
user
-
jenkins_admin
-
hotg
-
alton
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
playbooks/edx-east/vpc_admin.yml
View file @
efebafd5
# ansible-playbook -c ssh -vvvv --user=ubuntu -i ec2.py deployer.yml -e "@/path/to/secure/ansible/vars/edx_admin.yml" --limit="tag_aws_cloudformation_stack-name_<admin_stack_name>"
# You will need to create a gh_users.yml that contains the github names of users that should have login access to the machines.
# Setup user login on the bastion
-
name
:
Configure Bastion
hosts
:
tag_play_bastion
sudo
:
True
gather_facts
:
False
roles
:
-
aws
# ansible-playbook -vvv -c ssh -i admin_url, vpc_admin.yml -e "@path_to_common_overrides" -e "@path_to_deployment_specific_overrides"
# Configure an admin instance with jenkins and asgard.
-
name
:
Configure instance(s)
hosts
:
tag_play_admin
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
aws
-
edx_ansible
-
jenkins_admin
-
hotg
-
newrelic
-
aws
-
edx_ansible
-
user
-
jenkins_admin
-
hotg
-
alton
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment