chef/roles/gitea.rb
Râu Cao 206e1c225c
Migrate S3 backups from AWS, fix automatic cleanups
The cleanups were broken in that every single archive was also copied to
a shared folder and never deleted from there.
2024-10-16 12:29:58 +02:00

8 lines
102 B
Ruby

name "gitea"
run_list %w(
role[postgresql_client]
kosmos_gitea::default
kosmos_gitea::backup
)