You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to launch EC2 instance without vpc_id parameter, and playbook will use default one.
However, at the present moment vpc_id should be set in group_vars/all.yml anyway.
Is it possible to make it optional?
The text was updated successfully, but these errors were encountered:
@phahulin Reopening this. vpc_id is falling to default parameters if not specified, but subnet_id
still needs to be explicitly set. This is not a bug itself, but we can definitely improve the playbooks and allow not to specify the subnet_id
It is possible to launch EC2 instance without
vpc_id
parameter, and playbook will use default one.However, at the present moment vpc_id should be set in group_vars/all.yml anyway.
Is it possible to make it optional?
The text was updated successfully, but these errors were encountered: