1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-05-08 23:11:01 +00:00

Added dokuwiki

This commit is contained in:
2018-07-27 01:24:48 +00:00
parent a32a180834
commit e4bedd5992
3 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Replace sudoers file
template: src=../roles/dokuwiki/templates/docker-compose.yml.j2 dest=/data/dokuwiki.yml
- name: Run docker-compose
shell: cd /data && docker-compose -f dokuwiki.yml up -d