Ansible playbook for Pleroma.
This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Dan Anglin cb22739b38
feat: allow owners to set the background image.
This commit allows instance owners to set a background
image for their Pleroma instances. It copies the image from
the ansible controller onto the target host and updates the
Pleroma configuration.

Owners can set the value for pleroma.config.frontend.background
to set the background image. The default image is used if
this value is not set.
2019-11-12 23:09:21 +00:00
inventories final cleanup before production deployment 2019-11-02 19:34:30 +00:00
roles feat: allow owners to set the background image. 2019-11-12 23:09:21 +00:00
.gitignore final cleanup before production deployment 2019-11-02 19:34:30 +00:00
LICENSE chore: added MIT License. 2019-10-02 00:39:57 +00:00
Makefile fix: add common play to site playbook 2019-11-03 05:24:12 +00:00
README.md change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00
site.yml chore: remove common role from project 2019-11-08 09:04:36 +00:00

plemora-ansible-playbook

Description: This playbook installs and configures Pleroma, PostgreSQL and Nginx on a single Alpine Linux host.