Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mtulio/ansible-collection-okd-insta…
Browse files Browse the repository at this point in the history
…ller
  • Loading branch information
mtulio committed Apr 10, 2023
2 parents 4274cf6 + 503dc10 commit 2b4eed8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions playbooks/vars/aws/networks/aws-use1-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ cloud_networks:
tags: "{{ cluster_state.tags | d({}) }}"

internet_gateway: true
carrier_gateway: true
# CAGW module is not yet available: https://github.com/mtulio/ansible-collection-okd-installer/pull/12
# carrier_gateway: true
nat_gateways:
- name: "{{ cluster_state.infra_id }}-natgw-1a"
subnet: "{{ cluster_state.infra_id }}-net-public-1a"
Expand Down Expand Up @@ -131,10 +132,10 @@ cloud_networks:
- dest: 0.0.0.0/0
gw_type: igw

- name: "{{ cluster_state.infra_id }}-rt-public-edge"
routes:
- dest: 0.0.0.0/0
gw_type: cagw
# - name: "{{ cluster_state.infra_id }}-rt-public-edge"
# routes:
# - dest: 0.0.0.0/0
# gw_type: cagw

subnets:
- name: "{{ cluster_state.infra_id }}-net-public-1a"
Expand Down

0 comments on commit 2b4eed8

Please sign in to comment.