- 08 Aug, 2014 1 commit
-
-
John Jarvis committed
-
- 06 Aug, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 05 Aug, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 11 Jun, 2014 1 commit
-
-
John Jarvis committed
-
- 25 Apr, 2014 1 commit
-
-
Carson Gee committed
-
- 27 Mar, 2014 4 commits
-
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
- 06 Mar, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 18 Feb, 2014 1 commit
-
-
John Jarvis committed
-
- 27 Jan, 2014 1 commit
-
-
John Jarvis committed
-
- 22 Jan, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 21 Jan, 2014 1 commit
-
-
John Jarvis committed
-
- 16 Jan, 2014 1 commit
-
-
John Jarvis committed
-
- 27 Dec, 2013 1 commit
-
-
By setting NGINX_ENABLE_SSL ssl this will be enabled in the nginx configuration for those roles that support it, currently just the lms and cms. To use a custom key/cert set the following vars: * NGINX_SSL_CERTIFICATE * NGINX_SSL_KEY Note that there is only one ssl certificate and key per nginx install, this is because of the way nginx is setup (independent of the other roles). We could enable it for different roles though they would share the same certificate.
John Jarvis committed
-
- 26 Nov, 2013 1 commit
-
-
Instead of enabling basic auth per role this makes it an nginx parameter which makes more sense for sandboxes and probably other servers where we want basic auth turned on
John Jarvis committed
-
- 28 Oct, 2013 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 27 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 26 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 23 Oct, 2013 2 commits
-
-
Conflicts: playbooks/roles/common/handlers/main.yml
John Jarvis committed -
John Jarvis committed
-
- 17 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 11 Oct, 2013 5 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
removing nginx setup from individual roles
John Jarvis committed -
John Jarvis committed
-
- 10 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 08 Oct, 2013 1 commit
-
-
Feanil Patel committed
-
- 19 Sep, 2013 1 commit
-
-
These are some minimal changes to support 1.3, does not yet include role dependencies.
John Jarvis committed
-
- 18 Sep, 2013 3 commits
-
-
If the nginx play is called with the nginx_conf varialble, then expect to find in {{secure_dir}}/files/nginx.conf and copy it over. If not set then the default one already there will be sufficient.
Sef Kloninger committed -
One comes with the standard installation, overwrite with our own, provided in {{secure_dir}}/files.
Sef Kloninger committed -
To support variations on our local LMS sites files it is helpful to have subdirectories where we can store variations. At Stanford I'm using this so I can store carnegie/lms.j2, a variation on our normal lms.j2. To use you can call the role like this: - {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'carnegie'} This would be from your main playbook file, in my case edx-west/carnegie-prod-app.yml. While in here I noticed we weren't setting owner or perms on the sites-available/XX files, fix that.
Sef Kloninger committed
-
- 01 Aug, 2013 1 commit
-
-
John Jarvis committed
-