added wstunnel

This commit is contained in:
Alexander Gabriel 2022-12-06 16:02:40 +01:00
parent dc45417576
commit bd0effd370

View File

@ -76,6 +76,13 @@
notify:
reload apache2
- name: enable apache module proxy_wstunnel
command: a2enmod proxy_wstunnel
args:
creates: /etc/apache2/mods-enabled/proxy_wstunnel.load
notify:
reload apache2
- name: install acme.sh
include_role:
name: acmesh