Use simpler file structure

This commit is contained in:
Sonny Bakker 2021-01-28 22:19:11 +01:00
parent 4cd701acf4
commit c303901cdb
12 changed files with 65 additions and 95 deletions

View file

@ -1,5 +1,11 @@
- hosts: gitlab-runner
become: yes
become: true
become_method: sudo
roles:
- gitlab_runner
- common
tasks:
- import_tasks: 'tasks.yml'
handlers:
- import_tasks: 'handlers.yml'
vars_files:
- 'vars.yml'