Add gitea-runners (work in progress)

This commit is contained in:
Timo Makinen 2023-03-14 17:24:24 +00:00
parent 2ca8615351
commit a21159f158
8 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
- name: Deploy KVM virtual machines
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
vars:
myhosts: gitearunner
- name: Configure instance
hosts: gitearunner
user: root
gather_facts: true
roles:
- base
- gitea_runner