websites: Disable default SSL virtual host
The default SSL virtual host is no longer needed, as all hosted sites now have their own virtual host blocks.jenkins-master
parent
ed5f7108dc
commit
54ebfda86c
|
@ -1,4 +1,6 @@
|
||||||
- hosts: public-web
|
- hosts: public-web
|
||||||
|
vars:
|
||||||
|
apache_default_ssl_vhost: false
|
||||||
roles:
|
roles:
|
||||||
- apache
|
- apache
|
||||||
- websites/pyrocufflink.net
|
- websites/pyrocufflink.net
|
||||||
|
|
Loading…
Reference in New Issue