Use simpler file structure
This commit is contained in:
parent
4cd701acf4
commit
c303901cdb
12 changed files with 65 additions and 95 deletions
10
playbook.yml
10
playbook.yml
|
|
@ -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'
|
||||
|
|
|
|||
Reference in a new issue