Go to file
meaz 9a2ab5ed6a Merge pull request 'bump to 0.23' (#8) from 0.23 into main
Reviewed-on: #8
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
2024-02-13 16:23:11 +00:00
Playbooks inistial commit 2022-12-03 21:03:12 +01:00
defaults bump to 0.23 2024-02-09 15:37:20 +01:00
files temporary fix to remove possibility to change password and remove account 2023-12-20 18:11:06 +01:00
handlers add handlers 2023-10-19 22:46:41 +02:00
tasks change to movim_path 2023-12-26 21:34:59 +01:00
templates change movim path 2023-11-17 21:07:08 +01:00
.gitignore add gitignore 2023-02-18 14:15:36 +01:00
LICENSE Initial commit 2022-11-29 05:12:25 +00:00
README.md temporary fix to remove possibility to change password and remove account 2023-12-20 18:11:06 +01:00
Vagrantfile add acl in vagrant 2023-02-20 08:23:01 +01:00

README.md

Movim - Ansible Role

This role covers deployment, configuration and software updates of Movim. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up
ansible-playbook -b Playbooks/movim.yml

Add 192.168.33.6 movim.example.org to /etc/hosts.

Then you can access cryptpad from your computer on https://movim.example.org

Playbook

The playbook includes nginx, postgresql and php-fpm roles and deploys entire stack needed to run Movim. Additional role is also available in the Ansible roles repos in git.

Temporay fix

account.yml task is a temporary fix to remove option to change password/remove account. You can use account tags like this ansible-playbook -b Playbooks/movim.yml --tags account to implement it.