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

6 lines
99 B
Plaintext
Raw Normal View History

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