Browse Source

Merge pull request #7315 from blrm/infra_elb_ids

Add support for instance_ids to ELB provisioner
Kenny Woodson 7 năm trước cách đây
mục cha
commit
e1256f6604
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      roles/openshift_aws/tasks/elb_single.yml

+ 1 - 0
roles/openshift_aws/tasks/elb_single.yml

@@ -15,6 +15,7 @@
     subnets:
     - "{{ subnetout.subnets[0].id }}"
     health_check: "{{ item.value.health_check }}"
+    instance_ids: "{{ item.value.instance_ids | default(omit) }}"
     listeners: "{{ item.value.listeners }}"
     scheme: "{{ (item.key == 'internal') | ternary('internal','internet-facing') }}"
     tags: "{{ item.value.tags }}"