18 lines
327 B
YAML
18 lines
327 B
YAML
---
|
|
# Configuration for gitea
|
|
- name: Enable Gitea
|
|
service:
|
|
name: gitea
|
|
state: started
|
|
enabled: true
|
|
|
|
# - name: Deploy Gitea configuration
|
|
# template:
|
|
# src: "etc/gitea/conf/app.ini.j2"
|
|
# dest: "/etc/gitea/conf/app.ini"
|
|
# owner: git
|
|
# group: git
|
|
# mode: '0660'
|
|
# notify: restart_gitea
|
|
...
|