
    Vh                     2    d dl mZmZmZ eZ G d de      Zy)    )absolute_importdivisionprint_functionc                       e Zd ZdZy)ModuleDocFragmenta  
options:
  pritunl_url:
    type: str
    required: true
    description:
      - URL and port of the Pritunl server on which the API is enabled.
  pritunl_api_token:
    type: str
    required: true
    description:
      - API Token of a Pritunl admin user.
      - It needs to be enabled in Administrators > USERNAME > Enable Token Authentication.
  pritunl_api_secret:
    type: str
    required: true
    description:
      - API Secret found in Administrators > USERNAME > API Secret.
  validate_certs:
    type: bool
    required: false
    default: true
    description:
      - If certificates should be validated or not.
      - This should never be set to V(false), except if you are very sure that your connection to the server can not be subject
        to a Man In The Middle attack.
N)__name__
__module____qualname__DOCUMENTATION     s/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/pritunl.pyr   r      s	    Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    A @ r   