ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.06k stars 3.42k forks source link

Add ability to copy job schedules #1404

Open grahamneville opened 6 years ago

grahamneville commented 6 years ago
ISSUE TYPE
COMPONENT NAME
SUMMARY

Add ability to copy job schedules

ENVIRONMENT
STEPS TO REPRODUCE

There should be a copy action for job schedules

EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

image

jaredevantabor commented 6 years ago

@AlanCoding could schedules get included in the API-backed item copying?

AlanCoding commented 6 years ago

You would have to, in order to copy survey passwords.

But maybe a better policy is to not allow copying of the schedule if it has survey passwords, considering the security implications.

luigicallero commented 8 months ago

Very usefull! Specially today that I have to create 12 schedules exactly as teh existing ones with specific variables, but instead of clonning from original I have to add them one by one :(