9 lines
206 B
YAML
9 lines
206 B
YAML
|
- block:
|
||
|
- include: elastic.yml
|
||
|
- include: influx.yml
|
||
|
- include: postgres.yml
|
||
|
- include: cloudwatch.yml
|
||
|
when:
|
||
|
- ansible_distribution == 'Ubuntu'
|
||
|
- ansible_distribution_release != 'trusty'
|