We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b4f7b1 + 43a43ac commit 9621473Copy full SHA for 9621473
1 file changed
ansible/roles/ec2/sg_configure/tasks/main.yml
@@ -89,6 +89,14 @@
89
from_port: "{{ consul_api_port }}"
90
to_port: "{{ consul_api_ssl_port }}"
91
group_id: "{{ sg_dock }}"
92
+ - proto: tcp
93
+ from_port: "{{ consul_api_port }}"
94
+ to_port: "{{ consul_api_ssl_port }}"
95
+ group_id: "{{ sg_navi }}"
96
97
98
99
+ group_id: "{{ sg_userland }}"
100
101
- name: On-Dock Services SG
102
tags:
0 commit comments