Miniflux
Miniflux is a web based feed reader (RSS etc).
Preparation
First set admin username and password, plus the database password in your host_vars/YOURSERVER/main.yml
and host_vars/YOURSERVER/vault.yml
(see the Miniflux docs for more detail). The first user added to Miniflux becomes the Admin user.
Installation
Run the Miniflux role, optionally limiting it to a server:
ansible-playbook --ask-vault-pass --limit YOURSERVER play/app/miniflux.yml
You can log in using the user:pass combination you defined, the address should be https://miniflux.YOUR-FQDN
Show Miniflux on Momod Dashboard
This is optional, if you want the Miniflux link to work on Momod Dashboard set the app_miniflux
variable in your host_vars to ’enabled':
app_miniflux: "enabled"
And run the homer play:
ansible-playbook --limit YOURSERVER play/app/homer.yml