File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
roles/aws_controllers/tasks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4444 description : Network interface for SD-WAN Controller
4545 security_groups : " {{ aws_security_group_config.group_id }}"
4646 region : " {{ aws_region }}"
47+ private_ip_address : " {{ cluster_private_ip if subnet_item.tags.Name | regex_search('cluster') and cluster_private_ip else omit }}"
4748 tags :
4849 Name : " nic-{{ subnet_item.tags.Name }}"
4950 Creator : " {{ aws_tag_creator }}"
Original file line number Diff line number Diff line change 8686 site_id : " {{ instance_item.site_id }}"
8787 persona : " {{ instance_item.persona }}"
8888 volume_snapshots : " {{ instance_item.volume_snapshots | default([]) }}"
89+ cluster_private_ip : " {{ instance_item.cluster_private_ip | default(omit) }}"
8990 loop : " {{ vmanage_instances }}"
9091 loop_control :
9192 loop_var : instance_item
You can’t perform that action at this time.
0 commit comments