Add forgejo role

This commit is contained in:
uumas
2026-03-12 00:42:54 +02:00
parent 31cf49b004
commit ea2a2c3652
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# {{ ansible_managed }}
shift
SHELL=/bin/bash ssh -o "ProxyCommand nc -U /run/forgejo-ssh-socat.sock" -o StrictHostKeyChecking=no git@forgejo "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $@"