Skip to content

Instantly share code, notes, and snippets.

@markuman
Created March 5, 2019 14:42
Show Gist options
  • Save markuman/587ca0eb0b88476f1ae942fced310aca to your computer and use it in GitHub Desktop.
Save markuman/587ca0eb0b88476f1ae942fced310aca to your computer and use it in GitHub Desktop.
- name: attach sg to instances
ec2_instance:
state: present
region: eu-central-1
instance_ids:
- i-03cdeb86644457562
security_groups:
- sg-e169308a # default
- sg-888e07e5 # something
- sg-abbd4ac1 # public smtp
- "{{ bla.group_id }}" # new group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment