From 283f623fee8a9af3dc8b4c8ffabdcffe036160ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 14 Jun 2019 15:49:29 +0200 Subject: [PATCH] Add mastodon role --- roles/mastodon.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/mastodon.rb diff --git a/roles/mastodon.rb b/roles/mastodon.rb new file mode 100644 index 0000000..44bbcdc --- /dev/null +++ b/roles/mastodon.rb @@ -0,0 +1,6 @@ +name "mastodon" + +run_list %w( + kosmos-mastodon + kosmos-mastodon::nginx +)