community.general.pritunl_org – Manages 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
.
New in version 2.5.0: of community.general
Parameters¶
Examples¶
- name: Ensure the organization named MyOrg exists
community.general.pritunl_org:
state: present
name: MyOrg
- name: Ensure the organization named MyOrg does not exist
community.general.pritunl_org:
state: absent
name: MyOrg
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Florian Dambrine (@Lowess)