From 383a46676e5605046c8c85c22d0201bbd1875daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 14 Jul 2021 10:14:28 +0200 Subject: [PATCH] Create a role for sockethub --- roles/sockethub.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/sockethub.rb diff --git a/roles/sockethub.rb b/roles/sockethub.rb new file mode 100644 index 0000000..277bd23 --- /dev/null +++ b/roles/sockethub.rb @@ -0,0 +1,6 @@ +name "sockethub" + +run_list %w( + sockethub::default + sockethub::proxy +)