Add tinytinyrss to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 01:42:57 +01:00
parent 0c6ef34cf6
commit 2b8aef7f9f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 95 additions and 78 deletions
_ansible/roles/tinytinyrss/tasks

View file

@ -0,0 +1,16 @@
---
- name: Deploy {{ svc.name }}
tags:
- tinytinyrss
- tt-rss
- news
block:
- import_tasks: prepare-common-service.yml
- name: Copy the nginx-config
ansible.builtin.copy:
src: nginx.conf
dest: "{{ (service_path, 'nginx.conf') | path_join }}"
mode: '0644'
- import_tasks: start-common-service.yml