Commit graph

6 commits

Author SHA1 Message Date
e3abbbb8fe
Split setup & updates tasks to allow running only update ones. 2024-04-20 12:17:10 +02:00
1c1c7c22df
Migrate Hedgedoc from MySQL to PostgreSQL. 2024-04-04 20:26:59 +02:00
14b484dd37
Replace docker_projects_dir by project_dir variable. 2024-03-30 11:58:59 +01:00
32f7274e39
Hedgedoc: Add missing backups tasks before updating container. 2024-03-26 18:43:35 +01:00
1304ffd7b7
Replace occurences of ansible_env['USER'] by host_uid. 2024-03-16 18:52:25 +01:00
d7190fcf6e
Roles: Move update tasks to update.yml for consistency.
Roles which require backup (etebase, synapse & vaultwarden) have their
tasks splitted into two files (backup.yml & update.yml), which are
executed based on the value of run_backup & run_update variables.

For consistency, move the update tasks to update.yml for every role,
even if they do not have any backup task.
2024-02-23 16:50:51 +01:00