ansible-roles/mongodb-org/tests/test.yml
Jérémy Lecour 35fa6724ee mongodb-org tests are disabled
The way systemd is managed in Docker is different so managing systemd unit through Ansible is different.
We'll resolve this later.
2017-04-20 15:50:35 +02:00

12 lines
216 B
YAML

---
- hosts: test-kitchen
vars:
mongodb_pidfile_path: /var/run/mongodb.pid
mongodb_logfile_path: /var/log/mongo-test.log
mongodb_port: 27042
mongodb_bind: 0.0.0.0
roles:
- role: mongodb-org