No description
Find a file
2023-12-05 21:55:06 +01:00
defaults fix some vars and add version 2023-12-05 21:55:06 +01:00
Playbooks first commit 2023-10-08 20:28:47 +02:00
tasks first commit 2023-10-08 20:28:47 +02:00
templates/etc/systemd/system first commit 2023-10-08 20:28:47 +02:00
.gitignore first commit 2023-10-08 20:28:47 +02:00
LICENSE first commit 2023-10-08 20:28:47 +02:00
README.md first commit 2023-10-08 20:28:47 +02:00
Vagrantfile first commit 2023-10-08 20:28:47 +02:00

Libretranslate - Ansible Role

This role covers deployment, configuration and software updates of Libretranslate. 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/libretranslate.yml

Then you can access Roundcube from your computer on http://192.168.33.56

Playbook

The playbook includes nginx role and deploys entire stack needed to run Libretranslate. Additional role is also available in the Ansible roles repos in git.

Server configuration

You should have at least:

  • 3GB RAM
  • 25GB disk size

On the first run, the role downloads all packages, so be aware that it can be a bit long at this is about 15GB to be downloaded!

Then, when you first lauch libretranslate, it downloads all languages packages (around 7GB)

CHANGELOG

  • 08.10.2023 - Create the role