Commit graph

6 commits

Author SHA1 Message Date
984fee240b docs: update summary section
- Added table of contents.
- Updated summary section.
- Added 'Ansible Roles' and Additional features as subsections of summary.
2020-05-09 16:35:37 +00:00
c28f0a199b
refactor: changed pleroma-backend to pleroma-main 2020-02-27 17:58:58 +00:00
4be8d5ea2e
docs: mention personal Pleroma site 2019-11-25 17:50:33 +00:00
3a7e2cfe3d
docs: add documentation
closes dananglin/pleroma-ansible-playbook#2
2019-11-25 17:46:44 +00:00
b03c997960
change: add a site playbook to the project.
This merge request changes the project from a single role project to a
single playbook project with multiple plays and roles. The single
playbook has multiple plays with each having its own role to
install and configure the different components to run Pleroma.
(postgres database, pleroma backend and nginx).

Certain playbooks can be executed by specifying the
relevant tags.

This change is the first of many changes to start supporting
installations on both single and multiple hosts.

This change includes also includes:

- inventory file.
- host_vars directory for users to add their variables.
- an init playbook to merge the default and the user defined config for Pleroma.
- users can now specify whether to validate certs when performing acme
challenges (default: true).
- more task templating.
2019-10-24 22:51:53 +01:00
684191060c
initial commit 2019-10-02 01:31:38 +01:00