xoxys.droneci_runner_docker/molecule/centos7/converge.yml

15 lines
294 B
YAML

---
- 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