superlint/.automation/test/ansible/ghe-initialize/templates/collectd-settings.json.j2
2020-02-04 08:49:58 -06:00

10 lines
184 B
Django/Jinja

{
"collectd": {
"enabled": true,
"server": "{{ collectd_server }}",
"port": {{ collectd_port }},
"encryption": null,
"username": null,
"password": null
}
}