Files
grm/ansible/install-runner.yml
T

10 lines
219 B
YAML

---
- name: Install Gitea Actions runner
hosts: all
become: true
vars:
gitea_url: "{{ gitea_url | mandatory }}"
registration_token: "{{ registration_token | mandatory }}"
roles:
- role: gitea-runner