xoxys.droneci_runner_docker/molecule/centos7/converge.yml

15 lines
294 B
YAML
Raw Normal View History

2020-06-15 21:15:20 +02:00
---
- name: Converge
hosts: all
vars:
dockerengine_packages_extra:
- epel-release
- python-pip
dockerengine_networks:
- name: droneci
droneci_runner_docker_service_stopped: True
roles:
- role: xoxys.docker_engine
- role: xoxys.droneci_runner_docker