Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 610 Bytes

MAINTAIN.md

File metadata and controls

30 lines (18 loc) · 610 Bytes

Maintenance

Roles

server: Basic configuration for new servers, mostly installs admin accounts and docker.

public: Public facing services like email, jabber, websites.

maintenance: Routine tasks. Reissues the self-signed TLS certificate.

Update

The docker containers are updated each time this runs:

ansible$ ansible-playbook plays/public.yml

The container should update if its configuration changes or the base image is updated.

Note that site.yml includes this.

ETC

To update the mediawiki you have to do that via docker docker exec -ti wiki maintenance/update.php