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
cafcd9e9
Commit
cafcd9e9
authored
Apr 18, 2013
by
jarv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
53b5f994
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
README.md
+16
-4
No files found.
README.md
View file @
cafcd9e9
...
...
@@ -5,16 +5,28 @@
Ansible is a configuration management tool that edX is evaluating to replace the puppet environment
that was used for MITx and edX prior to going open source.
Important reference links:
http://ansible.cc/docs
http://ansible.cc/docs/bestpractices.html
http://ansible.cc/docs/modules.html
http://ansible.cc/docs/playbooks2.html
## Directory Structure
The directory structure should follow Ansible best practices.
http://ansible.cc/docs/bestpractices.html
*
Hosts - The ec2.py inventory script generates an inventory file where hosts are assigned to groups.
Individual hosts can be targeted by the "Name" tag or the instance ID.
I don't think there will be a reason to set host specific variables.
*
Groups - Groups are created automatically where hosts can be targeted by tags, security groups, region, etc.
In the edX context a group would be a set of machines that are deployed to that have one or more
roles.
*
Roles - A role will map to a single function/service that runs on server.
```
ec2.py # inventory script for creating groups from ec2 tags
...
...
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