- 11 May, 2013 1 commit
-
-
Jason Bau committed
-
- 09 May, 2013 12 commits
-
-
Jbau/cms
Jason Bau committed -
Jason Bau committed
-
Jason Bau committed
-
creates /opt/wwc/data
Joe Blaylock committed -
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
enable passwordless sudo for everyone in "adm" group
Sef Kloninger committed -
Permissions issues found during standup
Joe Blaylock committed -
Sef Kloninger committed
-
Jason Bau committed
-
Joe Blaylock committed
-
- 08 May, 2013 6 commits
-
-
Feature/jrbl/prod cleanups
Joe Blaylock committed -
* Rename auth_config and env_config to be specific to LMS and CMS * Minor CMS configuration cleanups elsewhere
Joe Blaylock committed -
* Move sudo:True out of each task and into the playbook, since it's a playbook-level variable * Removal of a couple debian package installs from common that are also being installed in the role where they're needed * Re-correction of /etc/git-identity permissions * Other cleanups (whitespace issues, etc.)
Joe Blaylock committed -
* Removes HTTP basic auth
Joe Blaylock committed -
* Enable npm role * Minor edits to debian dependency list * Change treatment of a few files and directories
Joe Blaylock committed -
* Needs more work, but seems to have many of the basics.
Joe Blaylock committed
-
- 06 May, 2013 2 commits
- 03 May, 2013 17 commits
-
-
Jbau/email tz
jarv committed -
Jason Bau committed
-
Jason Bau committed
-
Add tagging for ruby tasks, also set PATH so that manual work on
e0d committed -
instances is a bit easier. Also subsumes @sefk's https://github.com/edx/configuration/pull/42
Jason Bau committed -
cloudformation: open tcp/9418 for git
e0d committed -
Jarv/better elb rolling
Jason Bau committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
This rolls the ec2 elb management script into a module. Now if an ELB is added or removed "changed" will return True/False so you can tell if any action was taken based on the coloring of the response (yellow/green).
John Jarvis committed -
role for upstart tasks, parameterized in the style the nginx role
jarv committed -
Jason Bau committed
-
Happened to notice this while I was in here, mostly a cosmetic fix.
Sef Kloninger committed -
Tiny documentation update
jarv committed -
Update 'edx' group to 'adm' group in LMS setup
jarv committed -
* Use the 'adm' group for permissioning assets needed during LMS initialization, because ubuntu doesn't have the edx user until it logs out and logs back in.
Joe Blaylock committed
-
- 02 May, 2013 2 commits
-
-
where it can take a {{ service_variant }} param
Jason Bau committed -
We need to use the git protocol to access read-only git repos. It's a quirk that when these are referenced from pip files, they need to go over a source control protocol. I wish it could go over http/s or ssh, but it can't, so port 9418 it is. I had to open inbound and outbound 9418 to get this working, don't know why. Leaving both open for now, will debug later so we can close down.
Sef Kloninger committed
-