xoxys.gitea/tasks/main.yml

10 lines
244 B
YAML
Raw Normal View History

2018-12-08 22:21:48 +01:00
---
- include_tasks: prepare.yml
- include_tasks: install.yml
2019-11-22 13:40:43 +01:00
- include_tasks: selinux.yml
when: ansible_selinux.status == "enabled"
2018-12-08 22:21:48 +01:00
- import_tasks: tls.yml
2019-07-19 09:55:47 +02:00
when: gitea_tls_enabled | bool
2018-12-08 22:21:48 +01:00
tags: tls_renewal
- include_tasks: post_tasks.yml