Created
March 5, 2019 14:42
-
-
Save markuman/587ca0eb0b88476f1ae942fced310aca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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