Add gitea

This commit is contained in:
Daniel A. Maierhofer
2018-03-17 18:19:16 +01:00
parent c9e50ecfcf
commit 408d5c7903
9 changed files with 671 additions and 58 deletions

View File

@@ -0,0 +1,10 @@
---
- name: gitea - install
package: name={{ item }}
with_items:
- git-all
- gitea
- name: gitea - /etc/gitea.conf
template: dest=/etc/gitea.conf src=gitea.conf.j2 owner=root group=root mode=0644
notify: restart gitea

View File

@@ -0,0 +1,3 @@
---
- include_tasks: gitea.yml
tags: [ gitea ]