
    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)ModuleDocFragmentaf  
options:
  host:
    description:
      - FQDN of Nomad server.
    required: true
    type: str
  port:
    description:
      - Port of Nomad server.
    type: int
    default: 4646
    version_added: 8.0.0
  use_ssl:
    description:
      - Use TLS/SSL connection.
    type: bool
    default: true
  timeout:
    description:
      - Timeout (in seconds) for the request to Nomad.
    type: int
    default: 5
  validate_certs:
    description:
      - Enable TLS/SSL certificate validation.
    type: bool
    default: true
  client_cert:
    description:
      - Path of certificate for TLS/SSL.
    type: path
  client_key:
    description:
      - Path of certificate's private key for TLS/SSL.
    type: path
  namespace:
    description:
      - Namespace for Nomad.
    type: str
  token:
    description:
      - ACL token for authentication.
    type: str
N)__name__
__module____qualname__DOCUMENTATION     q/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/nomad.pyr   r      s	    ,Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    C B/ /r   