Only enable websockify for home gateways
This commit is contained in:
parent
f64c9cac17
commit
7ec8cd3483
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue