Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Multi variable dropdown menu #2751

Open
marekspacirek opened this issue Feb 18, 2025 · 2 comments · May be fixed by #2754
Open

Feature: Multi variable dropdown menu #2751

marekspacirek opened this issue Feb 18, 2025 · 2 comments · May be fixed by #2754
Labels

Comments

@marekspacirek
Copy link

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

@Arielgordon123
Copy link

Arielgordon123 commented Feb 18, 2025

Something like this?

Image

Image

@marekspacirek
Copy link
Author

Yes, that is perfect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants