Only enable websockify for home gateways

This commit is contained in:
Timo Makinen 2025-06-21 16:15:32 +00:00
parent f64c9cac17
commit 7ec8cd3483

View file

@ -21,7 +21,8 @@
nginx_site_name: gw.home.foo.sh nginx_site_name: gw.home.foo.sh
when: "'gw.home.foo.sh' in ssh_hostnames" when: "'gw.home.foo.sh' in ssh_hostnames"
- tftp - tftp
- websockify - role: websockify
when: "'gw.home.foo.sh' in ssh_hostnames"
tasks: tasks:
- name: Enable ip forwarding - name: Enable ip forwarding