xoxys.renovate_bot/molecule/centos7/converge.yml
Robert Kaussow 7620435ad3
All checks were successful
continuous-integration/drone/push Build is passing
add options to mamage repos
2020-10-11 22:16:17 +02:00

20 lines
454 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
renovatebot_service_stopped: True
renovatebot_token: personal-access-token
renovatebot_repositories:
- ansible/test
- project/demo
roles:
- role: xoxys.docker_engine
- role: xoxys.renovate_bot