We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861232 commit 76816a5Copy full SHA for 76816a5
roles/platform/tasks/setup_aws_env.yml
@@ -31,7 +31,7 @@
31
subnet_ids: "{{ plat__aws_subnet_ids }}"
32
tags: "{{ plat__tags }}"
33
tunnel: "{{ plat__tunnel }}"
34
- endpoint_access_scheme: "{{ plat__endpoint_access_scheme | default(omit) }}"
+ endpoint_access_scheme: "{{ plat__public_endpoint_access | ternary('PUBLIC', omit) }}"
35
endpoint_access_subnets: "{{ plat__aws_public_subnet_ids | default(omit) }}"
36
freeipa:
37
instanceCountByGroup: "{{ plat__env_freeipa }}"
0 commit comments