3ae0063944
Change-Id: Ia6ac371845d1f2b545406d096b35a6d5f68be5f6 Implements: blueprint ansible-mongodb
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['mongodb']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['mongodb']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['mongodb']
|