Split runner into own playbook to prevent self-restart during CI
This commit is contained in:
@@ -14,6 +14,7 @@ on:
|
||||
type: choice
|
||||
options:
|
||||
- infra.yml
|
||||
- runner.yml
|
||||
|
||||
jobs:
|
||||
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:
|
||||
- gitea
|
||||
- gitea-runner
|
||||
- vaultwarden
|
||||
- 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