Create a zerotier_controller role
This commit is contained in:
parent
eba7d63b43
commit
cbcb50bc86
@ -50,7 +50,6 @@
|
||||
},
|
||||
"run_list": [
|
||||
"recipe[kosmos-base]",
|
||||
"recipe[kosmos_zerotier::controller]",
|
||||
"recipe[kosmos_zerotier::firewall]"
|
||||
"role[zerotier_controller]"
|
||||
]
|
||||
}
|
6
roles/zerotier_controller.rb
Normal file
6
roles/zerotier_controller.rb
Normal file
@ -0,0 +1,6 @@
|
||||
name "zerotier_controller"
|
||||
|
||||
run_list %w(
|
||||
kosmos_zerotier::controller
|
||||
kosmos_zerotier::firewall
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user