2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00
2019-07-03 16:53:55 +02:00

Role Name

install openldap servers on CentOS - should work on RH too

Requirements

none

Role Variables

defined in vars/main.yml and vars/CentOS.yml

  • ldap_domain - example
  • ldap_domain_ex - net
  • ldap_suffix - constructed from variables above example.net
  • ldap_admin_dn - cn=manager,{{ ldap_suffix }}
  • ldap_admin_password - 123Soleil - should be in a vault ...)
  • ldap_packages - liste of packages - should be the only thing to change to adapt to other distro
  • ldap_service - name of service unit file - slapd
  • ldap_user - slapd service account

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

  - hosts: servers
  roles:
     - role: slapd
       ldap_domain: example
       ldap_domain_ex: net

License

BSD

Author Information

Thomas C thomas@opendoor.fr

Description
No description provided
Readme 73 KiB
Languages
Shell 100%