Split runner into own playbook to prevent self-restart during CI
This commit is contained in:
@@ -14,6 +14,7 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- infra.yml
|
- infra.yml
|
||||||
|
- runner.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible:
|
ansible:
|
||||||
|
|||||||
BIN
ansible/group_vars/infra/.vault.yml.swp
Normal file
BIN
ansible/group_vars/infra/.vault.yml.swp
Normal file
Binary file not shown.
@@ -5,6 +5,5 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- gitea
|
- gitea
|
||||||
- gitea-runner
|
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
- backup
|
- backup
|
||||||
|
|||||||
7
ansible/runner.yml
Normal file
7
ansible/runner.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Set up Gitea runner
|
||||||
|
hosts: infra
|
||||||
|
become: true
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- gitea-runner
|
||||||
Reference in New Issue
Block a user