net2grid.openldap_config

net2grid.openldap_config

This role wraps net2grid.openldap_server to add DIT, groups and users.

Requirements

Ansible 2.x

Dependencies

  • net2grid.openldap_server

Example Playbook

default_user_password: password123

openldap_create_organizationalunits:
  - Bindings
  - Customers
  - Groups
  - Hosts
  - People
  - System

openldap_create_groups:
  - name: my_group
    gid: 1001

openldap_create_people:
  - name: remco
    cn: Remco Brink
    sn: Brink
    password: remco
    email: [email protected]

openldap_create_bindings:
  - name: hostro
    cn: hostbinding read-only
    sn: read-only
    password: passwordhostro
    email: [email protected]

# These LDIFs will be applied to all people
openldap_user_ldifs:
  - uniquemember.ldif.j2

License

MIT / BSD

Author Information

Remco Brink

About

Configures an LDAP server by creating groups and users

Install
ansible-galaxy install net2grid.openldap_config
GitHub repository
License
mit
Downloads
232
Owner
We empower energy retailers to help consumers become energy efficient by unlocking value from Smart Meter data