Skip to content

Commit 1812fbc

Browse files
author
Christopher M. Neill
committed
Merge branch 'master' into SAN-3496-json-logs
2 parents c03d553 + 6d2398c commit 1812fbc

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

ansible/group_vars/alpha-eru.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ container_envs: >-
1717
-e AWS_ACCESS_KEY={{ eru_aws_access_key_id }}
1818
-e AWS_ENVIRONMENT={{ eru_aws_environment }}
1919
-e AWS_SECRET_KEY={{ eru_aws_secret_access_key }}
20+
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
2021
-e DOMAIN={{ eru_subdomain }}.{{ domain }}
2122
-e GITHUB_CLIENT_ID={{ eru_github_id }}
2223
-e GITHUB_CLIENT_SECRET={{ eru_github_secret }}

ansible/group_vars/alpha-swarm-daemon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "swarm-deamon"
22

33
# container_kill_start settings
44
container_image: swarm
5-
container_tag: 1.1.2
5+
container_tag: 1.2.0
66

77
container_run_opts: >
88
--name {{ swarm_container_name }}

ansible/group_vars/alpha-swarm-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "swarm-manager"
22

33
# container_kill_start settings
44
container_image: swarm
5-
container_tag: 1.1.2
5+
container_tag: 1.2.0
66

77
container_run_opts: >
88
-d

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
from_port: "{{ consul_api_port }}"
8282
to_port: "{{ consul_api_ssl_port }}"
8383
group_id: "{{ sg_dock_services }}"
84+
- proto: tcp
85+
from_port: "{{ consul_api_port }}"
86+
to_port: "{{ consul_api_port }}"
87+
group_id: "{{ sg_app_services }}"
8488
- proto: tcp
8589
from_port: "{{ consul_api_port }}"
8690
to_port: "{{ consul_api_ssl_port }}"

0 commit comments

Comments
 (0)