1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

Added Ansible Role + Playbook for Miniflux

This commit is contained in:
Quotengrote 2020-10-27 22:37:29 +01:00 committed by GitHub
parent 99f20868ad
commit e74bf260c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
- hosts: miniflux
roles:
- { role: mgrote.miniflux, tags: "miniflux" }