gitea: PB to deploy Gitea

jenkins-master
Dustin 2018-05-28 15:24:10 -05:00
parent adaf3c6789
commit a3e1c20c83
1 changed files with 9 additions and 0 deletions

9
gitea.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: gitea
roles:
- apache
- gitea
tasks:
- name: ensure apache is running
service:
name=httpd
state=started