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

6
playbooks/sharkey.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Deploy sharkey
hosts: "{{ sharkey_hosts | default('sharkey') }}"
become: "{{ sharkey_become | default(false) }}"
roles:
- role: finallycoffee.fediverse.sharkey