Skip to content

vpc_subnet_id needs to be specified #71

@gavD

Description

@gavD

e.g.:

  - name: Launch Instance
    ec2: image='<redacted>'
         instance_type="{{ instance_type }}"
         keypair='dashboard'
         instance_tags='{"Environment":"<redacted>""Class":"<redacted>-immutable","Name":"<redacted> (immutable)"}'
         region='{{ region }}'
         aws_zone='{{ region }}{{ aws_zone }}'
         group_id='<redacted>'
         vpc_subnet_id='<redacted>'
         wait=true
    register: ec2_info

without this, ansible fails, asking about group_id, which is a red herring

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions