playbooks/site.yml

14 lines
209 B
YAML

---
- hosts: all
gather_facts: false
roles:
- role: python-base
- hosts: all
roles:
- role: common
tags: ['common']
- role: docker
when: docker is defined
tags: ['docker']