This commit is contained in:
Andreas Stephanides
2017-11-20 18:50:18 +01:00
parent a8c7bdb4c7
commit 94a7827cf2
3 changed files with 85 additions and 0 deletions

15
defaults/rubysite.yml Normal file
View File

@@ -0,0 +1,15 @@
ruby_sites:
- name: "Seite 1"
become_user: "ruby"
git:
repo: "/mnt/intern"
dest: "/srv/intern/intern"
- name: "Fetsite"
become_user: "ruby"
git:
repo: "/mnt/fetsite"
dest: "/srv/fetsite/fetsite"
ruby_init: true
# repo: "https://github.com/kbroman/simple_site"