automation/deployer/roles/deploy/tasks/gitea.yml

15 lines
330 B
YAML
Raw Normal View History

2020-05-07 10:47:05 +00:00
---
2020-05-07 06:17:17 +00:00
# Needs variables:
# - site: dict describing the site install (cf group_vars/all/vars.yml)
- block: # Used for tagging all tasks with "gitea"
2020-05-07 10:47:05 +00:00
- name: Include docker tasks
import_tasks: docker.yml
tags: docker
- name: Include nginx tasks
import_tasks: nginx.yml
tags: nginx
tags: gitea