Create a role for sockethub

This commit is contained in:
Greg Karékinian 2021-07-14 10:14:28 +02:00
parent eed27713ff
commit 383a46676e

6
roles/sockethub.rb Normal file
View File

@ -0,0 +1,6 @@
name "sockethub"
run_list %w(
sockethub::default
sockethub::proxy
)