1. 02 Mar, 2016 2 commits
  2. 16 Feb, 2016 1 commit
  3. 01 Dec, 2015 2 commits
  4. 24 Nov, 2015 1 commit
  5. 13 Nov, 2015 1 commit
  6. 10 Nov, 2015 1 commit
  7. 09 Nov, 2015 1 commit
  8. 27 Oct, 2015 5 commits
  9. 26 Oct, 2015 2 commits
  10. 21 Oct, 2015 1 commit
  11. 24 Aug, 2015 1 commit
  12. 19 Aug, 2015 1 commit
  13. 07 Aug, 2015 1 commit
  14. 06 Aug, 2015 2 commits
  15. 04 Aug, 2015 3 commits
  16. 21 May, 2015 2 commits
  17. 19 May, 2015 1 commit
    • Support creating multiple elbs · c6a499bc
      elbs:
        - name: "{{ e_d_c }}-public"
          scheme: "internet-facing"
        - name: "{{ e_d_c }}-internal"
          scheme: "internal"
      
      If an internal elb exists, we need private subnets
      
      This is functionally identical to the service_subnets and assumes you've
      defined a private_elb_subnet_{1,2} similar to the existing
      public_subnet_{1,2} variables (and requires code added in edx-secure's edx_service)
      
      The subnet if statement is horride, but registering that variable as a
      temporary global wasn't working.
      
      Services might not have elbs, might only have public ELBs or might have
      internal ELBs with no subnets configured.  Try to catch these cases
      before ansible/ec2 give a less useful error message.
      Kevin Falcone committed
  18. 15 May, 2015 1 commit
  19. 11 May, 2015 11 commits