We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551b922 commit 6cadedeCopy full SHA for 6cadede
1 file changed
ansible/roles/ec2/sg_configure/tasks/main.yml
@@ -93,14 +93,6 @@
93
from_port: 8500
94
to_port: 8500
95
group_id: "{{ sg_dock }}"
96
- - proto: tcp
97
- from_port: 8500
98
- to_port: 8500
99
- group_id: "{{ sg_api }}"
100
101
102
103
- group_id: "{{ sg_dock }}"
104
- proto: tcp
105
106
0 commit comments