-
Arthur BOUDREAULT authoredArthur BOUDREAULT authored
Ansible Role: YunoHost
Deploy YunoHost with Ansible!
Requirements
YunoHost needs to be installed on your server.
Role Variables
The default variables are available in default/main.yml
however it is possible to override them according to your needs.
We have integrated three different backup systems to this YunoHost role:
- YunoHost native local backups
- Remote backups with a BorgBackup repository
- Remote backups with a Restic repository
YunoHost native local backups
YunoHost provides its own native backup system. It is able to back up YunoHost configuration, mails (if YunoHost is used as a mail server) and applications installed on YunoHost. It is possible to create and restore backups from the web administration interface as well as from the command line in SSH (yunohost backup
). Backups are available locally, and we have automated the triggering of these backups. More info here.