WIP: feat(sharkey): add ansible role for deployment

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

11
roles/sharkey/README.md Normal file
View File

@@ -0,0 +1,11 @@
# `finallycoffee.fediverse.sharkey` ansible role
## Configuration
## Behind a proxy
The ansible role itself will respect system proxies (in the env var `HTTP_PROXY`/`https_proxy`).
To use this role with a registry like Artifactory or Nexus3,
set `sharkey_repo_server` to your registry server with full
protocol, hostname, port. For example `sharkey_repo_server: "https://my.orgs.registry.local:8443/sharkey-internet-proxy/"`