create a meta file to execute sub roles. Remove / add blank lines at the end. Add mock

This commit is contained in:
Lukas Greve
2025-11-22 11:22:46 +01:00
parent 3553a8d289
commit 205f7b83be
5 changed files with 12 additions and 1 deletions

10
main.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Deploy and configure a runner on target machine
hosts: gitrunner
become: true
gather_facts: true
roles:
- update.yml
- host_setup.yml
- runner_setup.yml

View File

@@ -11,6 +11,7 @@
- docker
- nodejs
- git
- mock
state: present
update_cache: true

View File

@@ -128,4 +128,4 @@
name: act_runner
enabled: true
state: started
daemon_reload: true
daemon_reload: true