playbooks/site.yml

14 lines
198 B
YAML
Raw Normal View History

2020-08-10 22:53:13 +02:00
---
- hosts: all
gather_facts: false
roles:
- role: python-base
- hosts: all
roles:
- role: common
tags: ['common']
- role: docker
when: docker
tags: ['docker']