/ansible-role-openldap

Infrastructure as Code (IaC) with Ansible role for Open LDAP

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status Docker Pulls

IaC: with Ansible role to install and configure OpenLdap


Description

Requirements

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openldap
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openldap/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - openldap
...

Licence