11 lines
186 B
YAML
11 lines
186 B
YAML
---
|
|
- name: Deploy and configure a runner on target machine
|
|
hosts: gitrunner
|
|
become: true
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- update.yml
|
|
- host_setup.yml
|
|
- runner_setup.yml
|