1. 06 Nov, 2015 1 commit
  2. 31 Oct, 2015 2 commits
  3. 30 Sep, 2015 1 commit
  4. 23 Sep, 2015 1 commit
  5. 12 Mar, 2015 1 commit
  6. 09 Mar, 2015 1 commit
  7. 28 Jan, 2015 1 commit
  8. 16 Jan, 2015 1 commit
    • initial role · 0da13cd6
      changes for ssh
      
      basic play
      
      trying to pull the yaml config template up
      
      basic var refactor
      
      initial working version
      
      templates
      
      WIP toward working deployment of notes
      
      haystack
      
      var refactoring and new tasks
      
      Generalization and code review comments
      
      Maria defaults
      
      Maria defaults, refactor for consistency.
      
      missed rename
      
      var renames
      
      removed stub
      
      refactoring
      
      adding tag task until generalized
      
      adding tagging
      Edward Zarecor committed
  9. 10 Dec, 2014 2 commits
  10. 09 Dec, 2014 1 commit
  11. 18 Nov, 2014 1 commit
  12. 04 Nov, 2014 1 commit
  13. 19 Sep, 2014 1 commit
  14. 18 Sep, 2014 4 commits
  15. 03 Sep, 2014 1 commit
  16. 21 Aug, 2014 2 commits
  17. 08 Aug, 2014 1 commit
  18. 06 Aug, 2014 1 commit
  19. 24 Jun, 2014 1 commit
  20. 18 Jun, 2014 1 commit
    • NginxX-Forwarded-For header configuration. · 28f0e029
      The nginx configuration was set to pass X-Forwarded-For and related headers
      unodified to backend services.
      This works fine when nginx is deployed behind another load balancer
      (for example ELB), which already properly sets the X-Forwarded-* for headers.
      
      But in simpler deployment scenarios, where nginx is directly facing the end user,
      nginx should discard any existing X-Forwarded-For headr and set it to remote IP of the request,
      the X-Forwarded-Port header to the nginx server port, and the X-Forwarded-Proto
      to the scheme of the current request.
      
      The 'NGINX_SET_X_FORWARDED_HEADERS' is set to False by default, but set to True
      in the edx_sandbox playbook, where an additional load balancer in front of nginx
      is not usually present.
      Matjaz Gregoric committed
  21. 11 Jun, 2014 1 commit
  22. 19 May, 2014 1 commit
  23. 07 May, 2014 1 commit
  24. 25 Apr, 2014 1 commit
  25. 27 Mar, 2014 1 commit
  26. 27 Jan, 2014 2 commits
  27. 17 Jan, 2014 1 commit
  28. 27 Dec, 2013 2 commits
    • defaulting SSL to False · 3fe48f82
      John Jarvis committed
    • enable ssl for nginx · abe5acce
      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
  29. 26 Nov, 2013 1 commit
  30. 28 Oct, 2013 2 commits
  31. 27 Oct, 2013 1 commit