GithubHelp home page GithubHelp logo

ansible-role-ldaptoolbox-openldap's Introduction

OpenLDAP

Ansible role which installs and configures LTB-Project's OpenLDAP.

Requirements

  • ansible
  • HTTP connection to the LTB-project's repository

Role Variables

You'll need to store the hash value for you admin passwords. You'll get it like this:

/usr/local/openldap/sbin/slappasswd -o module-path="/usr/local/openldap/libexec/openldap" -o module-load="argon2" -h "{ARGON2}" -s "password"

Store the passwords in the vault file in: tests/credentials-vault.yml

Playbook examples

You should:

  • either deploy your role
  • or use a configuration file for setting the role path, for example:

ansible.cfg

[defaults]
roles_path=../

See tests/standalone.yml

Run playbook with:

ansible-playbook tests/standalone.yml -i tests/inventory --ask-vault-pass

or:

ansible-playbook tests/standalone.yml -i tests/inventory --vault-password-file .vault_pass

If you need a two-nodes multimaster example, give a look at tests/multimaster1.yml and tests/multimaster2.yml

Give a look to tests/monitoring.yml for an example of playbook that deploys LTB monitoring and statistics tools

Run the corresponding task with:

ansible-playbook tests/monitoring.yml -i tests/inventory

License

GPLv3

Author Information

  • Mathieu Jourdan
  • David Coutadeur

ansible-role-ldaptoolbox-openldap's People

Contributors

davidcoutadeur avatar

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.