File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 nginx_blacklist_vhost_check_include_file : ~
5555
56- https_termination_hosts :
57- - name : " {{ shlink_short_domain }}"
58- server_name : " {{ shlink_short_domain }}"
59- letsencrypt : yes
56+ https_termination_hosts : []
57+
6058 https_termination_proxy_http_port : yes
6159
6260 https_termination_upstream_host : 127.0.0.1
6664 https_termination_crt_acme_email :
[email protected] 6765
6866 pre_tasks :
67+ - name : Initialize short domain list
68+ set_fact :
69+ shlink_domains : " {{ [shlink_short_domain] + shlink_short_domains_extra | default([]) }}"
70+
71+ - name : Compute vhost configuration
72+ set_fact :
73+ https_termination_hosts : " {{ https_termination_hosts + [host] }}"
74+ vars :
75+ host :
76+ name : " {{ domain }}"
77+ server_name : " {{ domain }}"
78+ letsencrypt : yes
79+ loop : " {{ shlink_domains }}"
80+ loop_control :
81+ loop_var : domain
82+
6983 - name : Automatically configure MySQL host as RDS instance
7084 when : >-
7185 aws_use
You can’t perform that action at this time.
0 commit comments