项目作者: wluisaraujo

项目描述 :
Infrastructure as Code (IaC) with Ansible role for Open LDAP
高级语言: Dockerfile
项目地址: git://github.com/wluisaraujo/ansible-role-openldap.git
创建时间: 2018-04-04T22:01:36Z
项目社区:https://github.com/wluisaraujo/ansible-role-openldap

开源协议:GNU General Public License v3.0

下载


Ansible Galaxy Build Status Docker Pulls

IaC: with Ansible role to install and configure OpenLdap


Description

*

Requirements

*

Installation

Installation

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

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

  1. ---
  2. - hosts: localhost
  3. vars:
  4. - name: value
  5. roles:
  6. - openldap
  7. ...

Licence