File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
roles/openldap-server/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ inventory = inventory
44# interpreter_python = ~/.local/bin/ansible
55# timeout = 60
66force_handlers = True
7- stdout_callback = yaml
7+ result_format = yaml
88
99# gathering = smart
1010# gather_subset = !hardware,!facter,!ohai
Original file line number Diff line number Diff line change 22ExecStartPre=/bin/mkdir -p /run/slapd
33ExecStartPre=/bin/chown openldap:openldap /run/slapd
44ExecStart=
5- ExecStart=/usr/sbin/slapd -u {{ openldap_server_user }} -g {{ openldap_server_user }} -h "ldap://{{ openldap_server }} ldaps:///"
5+ ExecStart=/usr/sbin/slapd -F /etc/ldap/slapd.d - u {{ openldap_server_user }} -g {{ openldap_server_user }} -h "ldap://{{ openldap_server }} ldaps:///"
You can’t perform that action at this time.
0 commit comments