Create a zerotier_controller role
This commit is contained in:
parent
eba7d63b43
commit
cbcb50bc86
@ -50,7 +50,6 @@
|
|||||||
},
|
},
|
||||||
"run_list": [
|
"run_list": [
|
||||||
"recipe[kosmos-base]",
|
"recipe[kosmos-base]",
|
||||||
"recipe[kosmos_zerotier::controller]",
|
"role[zerotier_controller]"
|
||||||
"recipe[kosmos_zerotier::firewall]"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
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