Separate forgejo and forgejo-runner roles

Also improve forgejo-runner config.
This commit is contained in:
Timotej Lazar 2025-09-05 22:43:04 +02:00
parent 5c796f2ec0
commit 0c4105f918
8 changed files with 103 additions and 144 deletions

View file

@ -0,0 +1,9 @@
runner:
file: .runner
env_file: .env
insecure: false
labels: []
container:
docker_host: "unix://{{ user_info.home }}/podman.sock"
network: "host"

View file

@ -0,0 +1,2 @@
podman_user="{{ user_info.name }}"
podman_uri="unix://{{ user_info.home }}/podman.sock"