b69df5362e
fix: sudo without password for admins
2.9 KiB
2.9 KiB
Ansible Collection - lydra.yunohost
🇫🇷 French version (only on GitHub)
This collection aims at installing, configuring and backing up Yunohost. As this is an independent collection, it can be released on its own release cadence. Moreover, the roles it contains are updated independently.
Prerequisites
Your server must be Debian-Buster based and Yunohost shouldn't be already installed.
Collection contents
Roles
lydra.yunohost.ynh_setup
: This role prepares servers with Debian-Buster-based to run Yunohost. It sets up Yunohost with its initial settings and domains, users and apps of your choice.lydra.yunohost.ynh_apps
: This role installs Yunohost apps of your choice and can perform post-install tasks.lydra.yunohost.ynh_config
: This role configures various Yunohost services (SMTP relay, auto updates).lydra.yunohost.ynh_backup
: This role manages the configuration of backups.
Role Tags
These tags are applicable to roles.
tags | comment |
---|---|
pkg | Tasks that install packages. |
linux | Tasks related to Linux. |
yunohost | Tasks specific to Yunohost itself (setup or configuration). |
users | Tasks specific to users in Yunohost. |
domains | Tasks specific to domains linked to Yunohost. |
apps | Tasks specific to Yunohost apps. |
update | Tasks related to Yunohost update settings. |
smtp | Tasks related to Yunohost smtp relay settings. |
settings | Tasks related to Yunohost settings. |
backup | Tasks related to local Yunohost backups. |
borg | Tasks related to backups with BorgBackup. |
restic | Tasks related to backups with Restic. |
License
ansible-yunohost is maintained by Lydra and released under the GPL3 license.