1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-05-14 00:51:39 +00:00

Created shell, ansible-dependencies, common, and gitea roles

This commit is contained in:
2018-07-27 00:59:24 +00:00
parent 090805b618
commit 2490fba2a2
15 changed files with 320 additions and 0 deletions

View File

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