14 lines
198 B
YAML
14 lines
198 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
gather_facts: false
|
||
|
roles:
|
||
|
- role: python-base
|
||
|
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: common
|
||
|
tags: ['common']
|
||
|
- role: docker
|
||
|
when: docker
|
||
|
tags: ['docker']
|