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
Dustin 2019-01-04 20:51:00 -06:00
parent ed5f7108dc
commit 54ebfda86c
1 changed files with 2 additions and 0 deletions

View File

@ -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