derp docs

This commit is contained in:
2026-01-25 22:30:26 -07:00
parent 5a1e0bf333
commit 7c3d702ffa

View File

@@ -1,6 +1,6 @@
- name: Ensure sudo defaults entry exists
community.general.ldap_entry:
dn: "cn=defaults,ou=SUDOers,dc=example,dc=com"
dn: "cn=defaults,{{ ldap_sudo_ou }}"
objectClass:
- top
- sudoRole
@@ -15,7 +15,6 @@
bind_pw: "{{ ldap_admin_pw }}"
start_tls: yes
- name: Admin sudo rule
community.general.ldap_entry:
dn: "cn=admins-all,{{ ldap_sudo_ou }}"