community.general.pritunl_org_info – List Pritunl Organizations 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_org_info
.
New in version 2.5.0: of community.general
Parameters¶
Examples¶
- name: List all existing Pritunl organizations
community.general.pritunl_org_info:
- name: Search for an organization named MyOrg
community.general.pritunl_user_info:
organization: MyOrg
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Florian Dambrine (@Lowess)