Skip to content

Verwerk Task

Go to Automation

View in GitLab

Description

This automation playbook interacts with the Ivanti ITSM platform to add status update notes to a specific task and retrieve detailed task information. Depending on whether the playbook is triggered from a job template or a workflow job template, it adds a note with a contextual link to the corresponding Ansible job or workflow. After updating the task, it fetches the latest task facts using the Ivanti API.

Credentials

  • sys_ansible_aapwin
  • Ivanti PR - SB

Input

Variable Description
ivanti_url URL of the Ivanti ITSM instance
ivanti_api_key API key for authenticating with Ivanti
task_number The unique identifier of the Ivanti task
tower_job_id Ansible Tower job ID (if applicable)
tower_workflow_job_id Ansible Tower workflow job ID (if applicable)

Output

None

Dependencies