configpolicy/gitea.yml

12 lines
170 B
YAML

- hosts: gitea
roles:
- apache
- role: gitea
tags: gitea
- sshd
tasks:
- name: ensure apache is running
service:
name=httpd
state=started