This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitlab-runner/playbook.yml

11 lines
201 B
YAML

- hosts: gitlab-runner
become: true
become_method: sudo
roles:
- common
tasks:
- import_tasks: 'tasks.yml'
handlers:
- import_tasks: 'handlers.yml'
vars_files:
- 'vars.yml'