Skip to content

Interrupt Schedules

Go to Automation

View in GitLab

Description

This playbook disables or enables schedules for a specified job or workflow template in Ansible Tower. It retrieves all schedules associated with the template, iterates through them, and updates their status based on the enable_schedules variable.

Credentials

  • Ansible Tower credentials

Input

Variable Description
template_name Name of the job or workflow template.
enable_schedules Whether to enable (true) or disable (false).

Output

None

Dependencies