- Create gitea-runner user with podman access - Install podman-docker for docker CLI compatibility - Download and configure act_runner binary - Systemd service for act_runner daemon - Host-mode runner labels for Fedora 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
364 B
YAML
16 lines
364 B
YAML
---
|
|
- import_tasks: user.yml
|
|
- import_tasks: podman.yml
|
|
- import_tasks: gitea-shell.yml
|
|
- import_tasks: sshd.yml
|
|
- import_tasks: selinux.yml
|
|
- import_tasks: selinux-podman.yml
|
|
- import_tasks: gitea.yml
|
|
# git-daemon no longer needed - commented out
|
|
# - import_tasks: systemd.yml
|
|
|
|
# Gitea Actions runner
|
|
- include_role:
|
|
name: gitea-actions
|
|
tags: gitea-actions
|