Add the gitea role

This commit is contained in:
Greg Karékinian 2020-06-02 11:22:10 +02:00
parent 8342298c89
commit 2d6c514257

6
roles/gitea.rb Normal file
View File

@ -0,0 +1,6 @@
name "gitea"
run_list %w(
kosmos_gitea::default
kosmos_gitea::backup
)