We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d62ff commit bc854f7Copy full SHA for bc854f7
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: "{{ consult_api_ssl_port }}"
95
+ group_id: "{{ sg_navi }}"
96
97
98
+ to_port: "{{ consul_api_ssl_port }}"
99
+ group_id: "{{ sg_userland }}"
100
101
- name: On-Dock Services SG
102
tags:
0 commit comments