egvimo / egvimo.misc / 0.12.0 / module / gotify_application Manage Gotify applications | "added in version" 0.11.0 of egvimo.misc" Authors: egvimo (@egvimo)egvimo.misc.gotify_application (0.12.0) — module
Install with ansible-galaxy collection install egvimo.misc:==0.12.0
collections: - name: egvimo.misc version: 0.12.0
Manage Gotify applications.
# Create an application - name: Create application egvimo.misc.gotify_application: url: http://localhost:8080 username: admin password: admin name: My App
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
token: description: The token for the application. returned: always sample: AWH0wZ5r0Mbac.r type: str