Create a zerotier_controller role

This commit is contained in:
Greg Karékinian 2021-01-22 18:37:59 +01:00
parent eba7d63b43
commit cbcb50bc86
2 changed files with 8 additions and 3 deletions

View File

@ -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]"
] ]
} }

View File

@ -0,0 +1,6 @@
name "zerotier_controller"
run_list %w(
kosmos_zerotier::controller
kosmos_zerotier::firewall
)