Skip to content

Commit 9621473

Browse files
Merge pull request #494 from CodeNow/nginx-consul-sg-update
Add Userland (Nginx) and Navi to Consul Ingress
2 parents 0b4f7b1 + 43a43ac commit 9621473

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • ansible/roles/ec2/sg_configure/tasks

ansible/roles/ec2/sg_configure/tasks/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@
8989
from_port: "{{ consul_api_port }}"
9090
to_port: "{{ consul_api_ssl_port }}"
9191
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+
- proto: tcp
97+
from_port: "{{ consul_api_port }}"
98+
to_port: "{{ consul_api_ssl_port }}"
99+
group_id: "{{ sg_userland }}"
92100

93101
- name: On-Dock Services SG
94102
tags:

0 commit comments

Comments
 (0)