1. 26 Feb, 2016 2 commits
  2. 22 Feb, 2016 1 commit
  3. 18 Feb, 2016 1 commit
  4. 16 Feb, 2016 1 commit
  5. 15 Feb, 2016 1 commit
  6. 11 Feb, 2016 5 commits
  7. 08 Feb, 2016 2 commits
  8. 06 Feb, 2016 1 commit
  9. 01 Feb, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 25 Jan, 2016 5 commits
  12. 21 Jan, 2016 2 commits
    • Freeze pip, setuptools, and virtualenv · 83624a3b
      Pip 8.0.0, released a few hours ago, tries to uninstall deb-installed
      python modules that it wants to upgrade, and always fails when doing so.
      The effect is that configuration/requirements.txt cannot be fulfilled,
      notably ansible 1.9.3-edx, which requires an upgrade to pycrypto.
      
      This forces the installation of pip to the latest one prior to 8.0.0,
      7.1.2.
      
      It also freezes setuptools and virtualenv, so that they should all match
      the current versions required on
      playbooks/roles/common_vars/defaults/main.yml:common_pip_pkgs.
      Adolfo R. Brandes committed
    • Freeze pip, setuptools, and virtualenv · 464c9734
      Pip 8.0.0, released a few hours ago, tries to uninstall deb-installed
      python modules that it wants to upgrade, and always fails when doing so.
      The effect is that configuration/requirements.txt cannot be fulfilled,
      notably ansible 1.9.3-edx, which requires an upgrade to pycrypto.
      
      This forces the installation of pip to the latest one prior to 8.0.0,
      7.1.2.
      
      It also freezes setuptools and virtualenv, so that they should all match
      the current versions required on
      playbooks/roles/common_vars/defaults/main.yml:common_pip_pkgs.
      Adolfo R. Brandes committed
  13. 15 Jan, 2016 1 commit
  14. 13 Jan, 2016 1 commit
  15. 12 Jan, 2016 1 commit
  16. 11 Jan, 2016 3 commits
  17. 08 Jan, 2016 1 commit
  18. 05 Jan, 2016 2 commits
  19. 04 Jan, 2016 1 commit
  20. 30 Dec, 2015 1 commit
  21. 21 Dec, 2015 2 commits
    • auto confirm and if fix · f359cff9
      arbabnazar committed
    • OPS-1208 Refactor Nginx SSL redirect bahavior · 57ee6985
      use the second if with NGINX_SET_X_FORWARDED_HEADERS
      
      introduce new variable NGINX_REDIRECT_TO_HTTPS for redirect
      
      simplify the logic
      
      fixed the typo
      
      change the if statement logic
      
      nginx error fix
      
      apply the last fixed to all the required templates
      
      Auto confirm for gcc/g++ ppa
      
      `sandbox.sh` hang at the step when it add the gcc/g++ ppa for user respone(yes/enter), you make it better to make it auto install without user interaction. Thanks
      
      fix the shell if syntax
      
      fix the shell if syntax
      
      Revert "Auto confirm for gcc/g++ ppa"
      arbabnazar committed
  22. 17 Dec, 2015 4 commits