Add kredits_github role for the node app and the nginx vhost

This commit is contained in:
Greg 2019-04-23 11:30:59 +02:00
parent fabbe398a2
commit 451d182ca9
1 changed files with 6 additions and 0 deletions

6
roles/kredits_github.rb Normal file
View File

@ -0,0 +1,6 @@
name "kredits_github"
run_list %w(
kredits-github::default
kredits-github::nginx
)