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 317adf3931
fix: inconsistencies while setting the SSL cert.
When running the pleybook more than once the
ssl_certificate_key line was being overwritten
by the 'lineinfile' tasks because the regular
expression was too greedy. This merge request
uses a stricter regular expression to indentify
and update the ssl_certificate line in the Nginx
configuration.
2019-10-26 23:56:35 +01:00
host_vars change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00
roles fix: inconsistencies while setting the SSL cert. 2019-10-26 23:56:35 +01:00
.gitignore change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00
hosts.yml change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00
LICENSE chore: added MIT License. 2019-10-02 00:39:57 +00:00
Makefile added: configuration for Pleroma 2019-10-15 09:16:24 +01:00
README.md change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00
site.yml change: add a site playbook to the project. 2019-10-24 22:51:53 +01:00

plemora-ansible-playbook

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