Create a role for sockethub

This commit is contained in:
Greg 2021-07-14 10:14:28 +02:00
parent eed27713ff
commit 383a46676e
1 changed files with 6 additions and 0 deletions

6
roles/sockethub.rb Normal file
View File

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