You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: