Skip to content

Commit 89ac14c

Browse files
authored
Merge pull request #427 from vjrj/cas-appnames
Added missing appname in cas playbook
2 parents d144e3b + 206bd97 commit 89ac14c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/aws-cas-5.yml

+2
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,12 @@
187187
- include_role:
188188
name: nginx_vhost
189189
vars:
190+
appname: "{{ item.appname }}"
190191
hostname: "{{ cas_host_name }}"
191192
context_path: "{{ item.context }}"
192193
nginx_paths:
193194
- path: "/{{ item.context }}"
195+
appname: "{{ item.appname }}"
194196
is_proxy: true
195197
proxy_pass: "http://127.0.0.1:{{item.port}}/{{ item.context }}"
196198
with_items:

0 commit comments

Comments
 (0)