add freshrss stack

This commit is contained in:
Pim Kunis 2023-05-02 17:25:42 +02:00
parent f6a6afc70a
commit 90e07a9898
5 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,15 @@
- name: Create working directory
file:
path: /srv/freshrss
state: directory
- name: Copy Docker stack file
template:
src: "{{ role_path }}/docker-stack.yml.j2"
dest: /srv/freshrss/docker-stack.yml
- name: Deploy Docker stack
docker_stack:
name: freshrss
compose:
- /srv/freshrss/docker-stack.yml