superlint/.automation/test/ansible/roles/ghe_initialize/templates/collectd-settings.json.j2
2022-03-14 20:47:04 +01:00

10 lines
184 B
Django/Jinja

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