ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14k stars 3.42k forks source link

automatically create surveys #3985

Open pwe123345 opened 5 years ago

pwe123345 commented 5 years ago
ISSUE TYPE
SUMMARY

It would be a great enhancement, if imported playbooks to AWX/Tower would create a survey of all variables automatically.

At the moment, you have to import your playbook (or one from galaxy) as a project, create templates and create a survey with every variable you have.

wenottingham commented 5 years ago

There's not a defined format for vars that provides metadata needed to properly create a survey.

Hesse commented 5 years ago

There's not a defined format for vars that provides metadata needed to properly create a survey.

What about tags? https://yaml.org/spec/1.2/spec.html#id2761292

wenottingham commented 5 years ago

Note: this likely would need standardized via Ansible collections and how roles are handled there.

azrdev commented 3 years ago

duplicate / related to #578