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:
6
roles/gitea/tasks/main.yml
Normal file
6
roles/gitea/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user