playbooks/site.yml

14 lines
209 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
2020-08-10 23:52:56 +02:00
when: docker is defined
2020-08-10 22:53:13 +02:00
tags: ['docker']