Split runner into own playbook to prevent self-restart during CI

This commit is contained in:
Ryan Moon
2026-03-31 20:21:10 -05:00
parent 3e055e2c6a
commit 610e68cf40
4 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ on:
type: choice
options:
- infra.yml
- runner.yml
jobs:
ansible:

Binary file not shown.

View File

@@ -5,6 +5,5 @@
roles:
- gitea
- gitea-runner
- vaultwarden
- backup

7
ansible/runner.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Set up Gitea runner
hosts: infra
become: true
roles:
- gitea-runner