Redesign forgejo runner configuration #598

Closed
opened 2026-05-27 11:39:51 +00:00 by dkirwan · 1 comment
Member

Summary

Redesign forgejo runner configuration

Details

The way we currently maintain the runner configuration in ansible private is very difficult to maintain. Lets redesign this so each runner has its own file with the majority of configuration configurable in the ansible infra repo, with only the secrets now remaining in ansible private.

### Summary Redesign forgejo runner configuration ### Details The way we currently maintain the runner configuration in ansible private is very difficult to maintain. Lets redesign this so each runner has its own file with the majority of configuration configurable in the ansible infra repo, with only the secrets now remaining in ansible private.
dkirwan self-assigned this 2026-05-27 11:39:51 +00:00
dkirwan added this to the Sprint 21 project 2026-05-27 11:39:51 +00:00
Author
Member
ansible/roles/openshift-apps/forgejo/runners$ tree .
.
├── production
│   ├── ai-ml-1.yml
│   ├── apps-1.yml
│   ├── atomic-desktops-1.yml
│   ├── ci-1.yml
│   ├── commops-1.yml
│   ├── council-1.yml
│   ├── dei-1.yml
│   ├── design-1.yml
│   ├── docs-1.yml
│   ├── forge-1.yml
│   ├── infra-1.yml
│   ├── marketing-1.yml
│   ├── mentored-projects-1.yml
│   ├── mindshare-1.yml
│   ├── operations-1.yml
│   ├── podcast-1.yml
│   ├── quality-1.yml
│   ├── releng-1.yml
│   ├── releng-2.yml
│   └── security-1.yml
├── README.md
└── staging
    ├── cle-1.yml
    ├── docs-1.yml
    ├── fedora-1.yml
    ├── fedora-2.yml
    ├── fedora-3.yml
    ├── fedora-4.yml
    ├── fedora-5.yml
    ├── fedora-6.yml
    └── test.yml
``` ansible/roles/openshift-apps/forgejo/runners$ tree . . ├── production │   ├── ai-ml-1.yml │   ├── apps-1.yml │   ├── atomic-desktops-1.yml │   ├── ci-1.yml │   ├── commops-1.yml │   ├── council-1.yml │   ├── dei-1.yml │   ├── design-1.yml │   ├── docs-1.yml │   ├── forge-1.yml │   ├── infra-1.yml │   ├── marketing-1.yml │   ├── mentored-projects-1.yml │   ├── mindshare-1.yml │   ├── operations-1.yml │   ├── podcast-1.yml │   ├── quality-1.yml │   ├── releng-1.yml │   ├── releng-2.yml │   └── security-1.yml ├── README.md └── staging ├── cle-1.yml ├── docs-1.yml ├── fedora-1.yml ├── fedora-2.yml ├── fedora-3.yml ├── fedora-4.yml ├── fedora-5.yml ├── fedora-6.yml └── test.yml ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forge/forge#598
No description provided.