vm-ansible/drone-runner.yaml

10 lines
149 B
YAML
Raw Normal View History

2022-04-13 20:26:24 +02:00
---
- name: "Deploy basic Docker host to drone-runner"
hosts: drone-runner
roles:
- netplan
- common
- docker
2022-04-14 14:48:45 +02:00
- internalsmtp
2022-04-16 19:55:29 +02:00
...