An open API service indexing awesome lists of open source software.

https://github.com/gustavomcarmo/ldap_test

LDAP Ansible modules integration test
https://github.com/gustavomcarmo/ldap_test

ansible ldap test

Last synced: about 1 month ago
JSON representation

LDAP Ansible modules integration test

Awesome Lists containing this project

README

          

# ldap_test

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build status](https://travis-ci.org/gustavomcarmo/ldap_test.svg?branch=master)](https://travis-ci.org/gustavomcarmo/ldap_test)

LDAP Ansible modules integration test.

For testing, just run `./test.sh`.

## Testing with Molecule

Alternatively, you can use [Molecule](https://molecule.readthedocs.io). Inside your [Python virtual environment](https://docs.python.org/3/tutorial/venv.html), run:

`pip install -r requirements.txt`

And then:

`molecule test`

## Requirements

- [Docker](https://www.docker.com)
- [ldap-utils](https://wiki.debian.org/LDAP/LDAPUtils)
- [Ansible](https://www.ansible.com)

## Modules

- [ldap_entry](https://docs.ansible.com/ansible/latest/modules/ldap_entry_module.html)
- [ldap_attr](https://docs.ansible.com/ansible/latest/modules/ldap_attr_module.html)

## Pull requests

- [#43620](https://github.com/ansible/ansible/pull/43620)
- [#45778](https://github.com/ansible/ansible/pull/45778)
- [#46818](https://github.com/ansible/ansible/pull/46818)