ansible-role-mongodb/templates/mongod.conf.j2

6 lines
104 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
2014-06-04 15:03:58 +00:00
2014-09-02 22:14:06 +00:00
{% for k, v in mongodb_conf.iteritems()|sort %}
{{ k }} = {{ v }}
{% endfor %}