initial import

This commit is contained in:
2019-03-16 19:53:37 +01:00
parent beec44903b
commit a5079797ec
3 changed files with 1312 additions and 0 deletions

6
tasks/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: install packages
package: name={{ install_packages }} state=latest
- name: enable gitea service
service: name=gitea state=started enabled=yes