[Add gitea runner]
This commit is contained in:
8
gitea-runner.yml
Normal file
8
gitea-runner.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
#! wake up runner !
|
||||
- hosts: tower
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- community.docker.docker_container_exec:
|
||||
container: runner
|
||||
command: act_runner daemon --config .runner
|
||||
chdir: /data
|
||||
Reference in New Issue
Block a user