Skip to content

l3o-io/ansible-ldap3-orm-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - l3o.ldap3_orm

This repo hosts the l3o.ldap3_orm Ansible Collection.

Example Playbook

To use a module from this collection, please reference the full namespace, collection name, and modules name that you want to use, e.g:

    - name: Using ldap3_orm collection
      hosts: localhost
      tasks:
        - name: Create or Update entry on ldap server referenced in default
          l3o.ldap3_orm.ldap_entry:
            config: default
            dn: "uid={uid},ou=People,dc=example,dc=com"
            objectClass: inetOrgPerson
            attributes:
              uid: guest
              sn: User
              cn: Guest User

Ansible dynamic inventory plugin for ipaHostGroups

This collection provides a dynamic inventory plugin for creating an inventory from ipaHostGroup entries on a freeipa server.

License

LGPLv3+

Author Information

Christian Felder

About

This repo hosts the ``l3o.ldap3_orm`` Ansible Collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages