egvimo.misc.gotify_application (0.12.0) — module

Manage Gotify applications

| "added in version" 0.11.0 of egvimo.misc"

Authors: egvimo (@egvimo)

Install collection

Install with ansible-galaxy collection install egvimo.misc:==0.12.0


Add to requirements.yml

  collections:
    - name: egvimo.misc
      version: 0.12.0

Description

Manage Gotify applications.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Create an application
- name: Create application
  egvimo.misc.gotify_application:
    url: http://localhost:8080
    username: admin
    password: admin
    name: My App

Inputs

    
url:
    description: Gotify server URL.
    required: true
    type: str

name:
    description: Name of the Gotify application.
    required: true
    type: str

image:
    description: Application image.
    required: false
    type: str

password:
    description: A password for the module to use for authentication.
    required: true
    type: str

username:
    description: A username for the module to use for authentication.
    required: true
    type: str

description:
    description: Application description.
    required: false
    type: str

validate_certs:
    choices:
    - 'true'
    - 'false'
    default: 'true'
    description: If C(false), SSL certificates will not be validated.
    required: false

Outputs

token:
  description: The token for the application.
  returned: always
  sample: AWH0wZ5r0Mbac.r
  type: str