Fix ansible tests

This commit is contained in:
Marco Ferrari 2020-11-07 00:18:42 +01:00
parent e17ed25116
commit 50d33cbbe0
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
"host": "{{ ldap_host }}",
"port": {{ ldap_port }},
"base": [
"{{ ldap_base_dn }}"
"{{ ldap_base_dn }}"
],
"uid": null,
"bind_dn": "{{ ldap_bind_dn }}",

View file

@ -1,9 +1,9 @@
{
"syslog": {
"enabled": true,
"server": "{{ splunk_host }}:{{ splunk_port }}",
"protocol_name": "udp",
"tls_enabled": false,
"cert": null
"enabled": true,
"server": "{{ splunk_host }}:{{ splunk_port }}",
"protocol_name": "udp",
"tls_enabled": false,
"cert": null
}
}