chef/roles/zerotier_controller.rb
Sebastian Kippe e1bcd5efa0
Set up Zerotier Control UI
Install/configure ztncui[1], with HTTP access allowed from within the
private network.

[1]: https://key-networks.com/ztncui/
2021-02-07 17:44:08 +01:00

8 lines
126 B
Ruby

name "zerotier_controller"
run_list %w(
kosmos_zerotier::controller
kosmos_zerotier::firewall
kosmos_zerotier::zncui
)