ansible/roles/autocloudreporter/templates/autocloudreporter.py.j2
Adam Williamson 8c9a781992 Report Autocloud results to ResultsDB
Parking this on openqa01 because I *think* it's authed for RDB
and I don't know if Autocloud boxes are.
2017-02-02 01:38:28 +01:00

9 lines
247 B
Django/Jinja

config = {
{% if autocloudreporter_prod %}
'autocloudreporter.prod.enabled': True,
'autocloudreporter.test.enabled': False,
{% else %}
'autocloudreporter.prod.enabled': False,
'autocloudreporter.test.enabled': False,
{% endif %}
}