Skip to content

estheruary/ansible-module-osticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Module for osTicket

Provides a module to create tickets in osTicket using its API

Requirements

You will need an API key in order to use the osTicket API but the module itself has no prereqs.

Role Variables

This module does not rely on any external variables.

Dependencies

No additional dependencies outside what is required for Ansible itself.

Example Playbook

- hosts: servers
  roles:
    - ansible-module-osticket
  tasks:
    - name: Create a new ticket.
  osticket:
  ...

License

GPLv3+

Author Information

About

An Ansible module to create tickets in osTicket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages