소스 검색

add egress_range var

Grega Bremec 1 개월 전
부모
커밋
2e4cb15272
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/create-project.yml
  2. 1 0
      playbooks/inventory.yml

+ 1 - 1
playbooks/create-project.yml

@@ -10,7 +10,7 @@
 # For anything more complex, create a vars file and load it (-e @file.yml).
 # See the structure of the vars below. Generally do not set egress_ip.
 #
-# TODO: establish egress IP?
+# TODO: establish egress IP? (openshift.egress_range)
 # TODO: remove egress IPs without their corresponding projects
 #
 - name: Create an ICHP-lookalike project.

+ 1 - 0
playbooks/inventory.yml

@@ -17,6 +17,7 @@ all:
     openshift:
       rhbk_client_id: openshift
       create_groups: yes
+      egress_range: 192.168.50.128/26
 
     rhbk:
       namespace: keycloak