mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
3
library/web_infrastructure/ejabberd_user
Normal file → Executable file
3
library/web_infrastructure/ejabberd_user
Normal file → Executable file
@@ -23,7 +23,7 @@ version_added: "1.5"
|
|||||||
author: Peter Sprygada
|
author: Peter Sprygada
|
||||||
short_description: Manages users for ejabberd servers
|
short_description: Manages users for ejabberd servers
|
||||||
requirements:
|
requirements:
|
||||||
- ejabberd
|
- ejabberd with mod_admin_extra
|
||||||
description:
|
description:
|
||||||
- This module provides user management for ejabberd servers
|
- This module provides user management for ejabberd servers
|
||||||
options:
|
options:
|
||||||
@@ -54,6 +54,7 @@ options:
|
|||||||
notes:
|
notes:
|
||||||
- Password parameter is required for state == present only
|
- Password parameter is required for state == present only
|
||||||
- Passwords must be stored in clear text for this release
|
- Passwords must be stored in clear text for this release
|
||||||
|
- The ejabberd configuration file must include mod_admin_extra as a module.
|
||||||
'''
|
'''
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
Example playbook entries using the ejabberd_user module to manage users state.
|
Example playbook entries using the ejabberd_user module to manage users state.
|
||||||
|
|||||||
Reference in New Issue
Block a user