redhat.satellite.auth_source_ldap – Manage LDAP Authentication Sources
Note
This plugin is part of the redhat.satellite collection (version 3.0.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install redhat.satellite
.
To use it in a playbook, specify: redhat.satellite.auth_source_ldap
.
New in version 1.0.0: of redhat.satellite
Synopsis
Create, update, and delete LDAP authentication sources
Requirements
The below requirements are needed on the host that executes this module.
requests
Parameters
Examples
- name: LDAP Authentication source
redhat.satellite.auth_source_ldap:
name: "Example LDAP"
host: "ldap.example.org"
server_url: "https://satellite.example.com"
locations:
- "Uppsala"
organizations:
- "Sweden"
username: "admin"
password: "changeme"
state: present
- name: LDAP Authentication with automatic registration
redhat.satellite.auth_source_ldap:
name: "Example LDAP"
host: "ldap.example.org"
onthefly_register: True
account: uid=ansible,cn=sysaccounts,cn=etc,dc=example,dc=com
account_password: secret
base_dn: dc=example,dc=com
groups_base: cn=groups,cn=accounts, dc=example,dc=com
server_type: free_ipa
attr_login: uid
attr_firstname: givenName
attr_lastname: sn
attr_mail: mail
attr_photo: jpegPhoto
server_url: "https://satellite.example.com"
username: "admin"
password: "changeme"
state: present
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description | |
---|---|---|---|
entity
dictionary
|
success |
Final state of the affected entities grouped by their type.
|
|
auth_source_ldaps
list
/ elements=dictionary
|
success |
List of auth sources for LDAP.
|