From 2d6c5142572a5955f5f7cf6f85e0870513b26724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 2 Jun 2020 11:22:10 +0200 Subject: [PATCH] Add the gitea role --- roles/gitea.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/gitea.rb diff --git a/roles/gitea.rb b/roles/gitea.rb new file mode 100644 index 0000000..b6f5069 --- /dev/null +++ b/roles/gitea.rb @@ -0,0 +1,6 @@ +name "gitea" + +run_list %w( + kosmos_gitea::default + kosmos_gitea::backup +)