Open
Description
Related to
Web-Frontend (what users interact with)
Impact
nice to have
Missing Feature
In the type of variable in Ansible template, there will be good to have something like selectable list. For example you can choose which packages will be used in playbook.
Implementation
Like Enum type variable. You add single variable name, multiple values. In Template run you will be prompted with dropdown list (like Enum), that will have checkboxes. After checking few, it will pass comma separated list of values in variable:
"list_of_values": "value_1, value_2, value_3"
Design
No response