Files
ansible_new_ldap_user/README.md

48 lines
843 B
Markdown

Role Name
=========
Create ldap account for opendoor
Requirements
------------
keepass entry for opendoor/collidine_ldap_password
Role Variables
--------------
org: no default
ldap_base - from group variables
binddn - from group variables
bindpwd - from group variables
file : default account.csv csv file containing user to create:
```csv
org,firstname,lastname,email,password
```
Dependencies
------------
None
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: collidine
user: tom
become: false
roles:
- { role: tco.new_ldap_user, file: ~/Documents/Opendoor/Clients/Plop/account.csv }
License
-------
BSD
Author Information
------------------
Thomas C <thomas@opendoor.fr>