refactor: changed pleroma-backend to pleroma-main

This commit is contained in:
Dan Anglin 2020-02-27 17:58:58 +00:00
parent 2bc925dcda
commit c28f0a199b
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
7 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ It currently contains four roles, including:
- **init:** merges the default configuration with the user's custom configuration.
- **pleroma-postgres:** installs and configures the PostgreSQL database.
- **pleroma-backend:** installs and configures the Pleroma backend.
- **pleroma-main:** installs/upgrades Pleroma and configures both the backend and frontend.
- **pleroma-nginx:** installs and configures Nginx, creates SSL certificates using Let's Encrypt and adds support for proving your Pleroma site with Keybase.
This project is currently used to manage my personal instance at https://fedi.dananglin.me.uk.

View file

@ -20,9 +20,9 @@
become: yes
become_method: sudo
roles:
- pleroma-backend
- pleroma-main
tags:
- pleroma-be
- pleroma-main
- name: Installing and configuring Nginx for Pleroma.
hosts: pleroma_webserver