xoxys.droneci_runner_docker/molecule/centos7/converge.yml
Robert Kaussow a25c893c20
All checks were successful
continuous-integration/drone/push Build is passing
switch back to master branch for docker_engine role
2020-06-23 11:22:39 +02:00

18 lines
413 B
YAML

---
- name: Converge
hosts: all
environment:
PYTHONPATH: /opt/python2/ansible-deps/lib/python2.7/site-packages
vars:
dockerengine_packages_extra:
- epel-release
- python-pip
- python-virtualenv
dockerengine_networks:
- name: droneci_default
droneci_runner_docker_service_stopped: True
roles:
- role: xoxys.docker_engine
- role: xoxys.droneci_runner_docker