This website requires JavaScript.
Explore
Help
Sign In
status-im
/
ansible-role-mongodb
mirror of
https://github.com/status-im/ansible-role-mongodb.git
Watch
2
Star
0
Fork
You've already forked ansible-role-mongodb
0
Code
Issues
Projects
Releases
Wiki
Activity
c816661c18
ansible-role-mongodb
/
templates
/
mongod.conf.j2
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update configuration management using Ansible templates to be more flexible
2014-08-25 14:10:18 +00:00
# {{ ansible_managed }}
Init role.
2014-06-04 15:03:58 +00:00
Update configuration management using Ansible templates to be more flexible
2014-08-25 14:10:18 +00:00
{% for k, v in mongodb_conf.iteritems() %}
{{ k }} = {{ v }}
{% endfor %}