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
- Host: GitHub
- URL: https://github.com/gustavomcarmo/ldap_test
- Owner: gustavomcarmo
- License: mit
- Created: 2018-10-15T20:39:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T16:28:18.000Z (over 7 years ago)
- Last Synced: 2025-07-11T08:49:20.257Z (12 months ago)
- Topics: ansible, ldap, test
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ldap_test
[](https://opensource.org/licenses/MIT) [](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)