mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 04:01:02 -05:00
Fix ansible tests
This commit is contained in:
parent
e17ed25116
commit
50d33cbbe0
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
"host": "{{ ldap_host }}",
|
"host": "{{ ldap_host }}",
|
||||||
"port": {{ ldap_port }},
|
"port": {{ ldap_port }},
|
||||||
"base": [
|
"base": [
|
||||||
"{{ ldap_base_dn }}"
|
"{{ ldap_base_dn }}"
|
||||||
],
|
],
|
||||||
"uid": null,
|
"uid": null,
|
||||||
"bind_dn": "{{ ldap_bind_dn }}",
|
"bind_dn": "{{ ldap_bind_dn }}",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"syslog": {
|
"syslog": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"server": "{{ splunk_host }}:{{ splunk_port }}",
|
"server": "{{ splunk_host }}:{{ splunk_port }}",
|
||||||
"protocol_name": "udp",
|
"protocol_name": "udp",
|
||||||
"tls_enabled": false,
|
"tls_enabled": false,
|
||||||
"cert": null
|
"cert": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue