superlint/.automation/test/ansible/ghe_initialize/templates/collectd-settings.json.j2

11 lines
184 B
Text
Raw Normal View History

2020-02-04 09:49:58 -05:00
{
"collectd": {
"enabled": true,
"server": "{{ collectd_server }}",
"port": {{ collectd_port }},
"encryption": null,
"username": null,
"password": null
}
}