File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
roles/influxdb_1x_platform/tasks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6565 'ansible_user': __influxdb1x_platform.ssh_user,
6666 'identity_file': __influxdb1x_platform.private_key_runtime_path,
6767 'ec2_instance_id': __influxdb1x_platform_instance.instance_id,
68+ 'ec2_instance_type': __influxdb1x_platform_instance.instance_type,
6869 'tag_hostvars': __influxdb1x_tag_hostvars
6970 } ) -%}
7071 {%- endfor -%}
Original file line number Diff line number Diff line change 5353 'ansible_user': __influxdb1x_platform_instance.ansible_user,
5454 'ansible_ssh_private_key_file': __influxdb1x_platform_instance.identity_file,
5555 'ec2_instance_id': __influxdb1x_platform_instance.ec2_instance_id,
56+ 'ec2_instance_type': __influxdb1x_platform_instance.ec2_instance_type,
5657 'hostname': __influxdb1x_platform_instance.hostname,
5758 'orchestrator_data': __influxdb1x_platform.orchestrator_data
5859 } -%}
You can’t perform that action at this time.
0 commit comments