feat(sharkey): add ansible role for deployment

This commit is contained in:
2025-06-27 23:25:43 +02:00
parent cce1ed58d4
commit 5006ae6123
16 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
sharkey_user: sharkey
sharkey_version: "2025.4.3"
sharkey_config_dir: "/etc/sharkey"
sharkey_data_dir: "/var/lib/sharkey"
sharkey_file_dir: "{{ sharkey_data_dir }}/files"
sharkey_state: present
sharkey_deployment_method: "docker-compose"