kolla/ansible/roles/mongodb/tasks/deploy.yml

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']