Giter Club home page Giter Club logo

ansible-role-ldap-server's Introduction

Ansible LDAP Server

This is a Ansible role to install OpenLDAP Server (support Ubuntu16.04 / Centos7)

Requirements

Ansible 2.1

Role Variables

Variable Default Value Description
dc_main example main domain component name.
dc_string dc=example,dc=com domain components string.
ldap_admin_id ldapadm ldap manager.
ldap_admin_password password password of ldap manager.
ldap_user_id ldapuser ldap default user.
ldap_user_password password password of default ldap user.

Example

### create a requirements.yml
- src: git+https://github.com/willyhutw/ansible-role-ldap-server.git
  name: ldap-server

### create a playbook.yml
- hosts: all
  become: yes
  roles:
    - roles/ldap-server

### install this role
ansible-galaxy install -r requirements.yml -p ./roles

### run it!
ansible-playbook -i '192.168.33.141,' playbook.yml \
-e "ansible_ssh_user=vagrant ansible_ssh_pass=vagrant" \
-e "dc_main=my-domain dc_string=dc=my-domain,dc=com" \
-e "ldap_admin_id=admin ldap_admin_password=secret" \
-e "ldap_user_id=willyhu ldap_user_password=secret" 

License

MIT / BSD

Author Information

[email protected]

ansible-role-ldap-server's People

Contributors

willyhutw avatar

Watchers

James Cloos avatar  avatar

Forkers

mikev1963

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.