File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
roles/infrastructure/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 register : __infra_utility_vm_instance
6767 amazon.aws.ec2_instance :
6868 region : " {{ infra__region }}"
69- group_id : " {{ infra__aws_security_group_default_id }}"
69+ security_group : " {{ infra__aws_security_group_default_id }}"
7070 key_name : " {{ infra__public_key_id }}"
7171 instance_type : " {{ infra__dynamic_inventory_vm_type_default[infra__type]['sml'] }}"
7272 image_id : " {{ __infra_aws_ami_info.image_id }}"
7373 ebs_optimized : yes
74- instance_profile_name : " {{ infra__download_mirror_role.iam_role.role_name }}"
74+ instance_role : " {{ infra__download_mirror_role.iam_role.role_name }}"
7575 volumes :
7676 - device_name : /dev/sda1
7777 ebs :
8080 delete_on_termination : true
8181 wait : yes
8282 state : running
83- instance_tags : " {{ infra__dynamic_inventory_tags }}"
83+ tags : " {{ infra__dynamic_inventory_tags }}"
8484 name : " {{ '-'.join([infra__namespace, infra__region, 'utility_vm' ]) }}"
8585 vpc_subnet_id : " {{ infra__aws_subnet_ids | first }}"
8686 network :
You can’t perform that action at this time.
0 commit comments