rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
330 stars 100 forks source link

Feature request : Tags list as pre-populated options #320

Open broferek opened 2 years ago

broferek commented 2 years ago

When we choose the options to run the playbook, it would be great to have a list dynamically populated with the current tags of the playbook. The tags could be retrieved by running the playbook in background with --list-tags Ideally, we would have 2 dropdowns, one for the tags we want to add and the other one for the ones we want to skip.

As of today, the only solution I found is to go to the job definition and change the tags in the Extra Ansible arguments field. And sometimes, I forget to switch it back to its original value which can lead to issues.