File tree Expand file tree Collapse file tree
roles/ec2/sg_configure/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments