Wiredcraft / devops-ansible

Ansible folder structure, including playbooks / plugins / etc.
0 stars 1 forks source link

Have a field in the variables for autocomplete #20

Closed zbal closed 8 years ago

zbal commented 11 years ago

Some of the fields in the services need to be marked as eligible to autocomplete. Need to define which one, and make it usable by the frontend.

Applies to:

ex.

Note: the ex. above are example are WRONG - but give an example of what may be autocompleted and what may not

zbal commented 10 years ago

I believe anything is autocompletable and instead of adding an extra param in the definition we should simply let the user add anything; the frontend autocomplete logic should catch a regex and suggest variables among its pool of available variable instead.