# {{ ansible_managed }}
mongodb.userName={{ sentinel_mongodb_user_name }} mongodb.password={{ sentinel_mongodb_user_password }}
{% if sentinel_production %} sentinel.env=production {% else %} sentinel.env=development {% endif %}