Update hostsfile and add zerotier cookbook

This commit is contained in:
Greg Karékinian
2021-01-22 18:27:45 +01:00
parent 9a4420fc11
commit 511400a7b8
26 changed files with 2184 additions and 707 deletions

View File

@@ -0,0 +1,15 @@
#
# Cookbook:: zerotier
# Recipe:: ohai_plugin
#
# Copyright:: 2017, ZeroTier, Inc., All Rights Reserved.
ohai_plugin 'zerotier_ohai' do
compile_time false
resource :template
variables ({
:zerotier_binary => node['zerotier']['binary'],
:control_port => node['zerotier']['control_port'],
:data_dir => node['zerotier']['data_dir']
})
end