Provides a module to create tickets in osTicket using its API
You will need an API key in order to use the osTicket API but the module itself has no prereqs.
This module does not rely on any external variables.
No additional dependencies outside what is required for Ansible itself.
- hosts: servers
roles:
- ansible-module-osticket
tasks:
- name: Create a new ticket.
osticket:
...
GPLv3+
- Estelle Poulin [email protected].