community.general.pritunl_user_info – List Pritunl Users using the Pritunl API¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.pritunl_user_info
.
New in version 2.3.0: of community.general
Parameters¶
Examples¶
- name: List all existing users part of the organization MyOrg
community.general.pritunl_user_info:
state: list
organization: MyOrg
- name: Search for the user named Florian part of the organization MyOrg
community.general.pritunl_user_info:
state: list
organization: MyOrg
user_name: Florian
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Florian Dambrine (@Lowess)