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
I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
I am looking for a feature over,
How to give user_input (usually through prompts) in AWX at the playbook runtime. My playbook (attached) is an interactive playbook which requires user input in the runtime. I am able to give inputs at real time when through Ansible CLI.
But, while using AWX, there is no such feature to provide user input while the playbook runs.
I have thought of using survey feature so that the user input can be given beforehand launching the playbook.
But, that only works for those variables which we are able to pre-define before running playbook.
If survey method used here restricts the dynamic nature of the attached playbook. As the playbook is designed in such a way that it dynamically fetches the number of unmounted volumes, and the number of mounted volumes, and prompts the user for mountpoint names only for unattached ones.
Also, the survey questions does not acknowledge if there is a change in number of volumes in any other run, which destroys the "Re-usability of code".
How do I solve this problem of providing user_input at real-time in AWX?
Playbook discover the number of unmounted volumes as per code in playbook
Playbook discovers the number of mounted volumes as per code in playbook 4. AWX must ask for mountpoint names for unmounted volumes, and the number of prompts for user input must be same as number of unmounted volumes.
Current results
Currently, The requirement gets fulfilled when running with Ansible CLI. But, TO make automation completely UI based , i.e. AWX.
There needs to be an equivalent feature in AWX too.
Also, As of now, in AWX the playbook stops running at a point where the user input is needed to playbook. And it continues to wait until the timeout duration is reached.
Sugested feature result
This will enable answering the prompts in real time while the playbook is being executed.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
Feature type
New Feature
Feature Summary
I am looking for a feature over,
How to give user_input (usually through prompts) in AWX at the playbook runtime. My playbook (attached) is an interactive playbook which requires user input in the runtime. I am able to give inputs at real time when through Ansible CLI.
But, while using AWX, there is no such feature to provide user input while the playbook runs.
I have thought of using survey feature so that the user input can be given beforehand launching the playbook.
But, that only works for those variables which we are able to pre-define before running playbook.
If survey method used here restricts the dynamic nature of the attached playbook. As the playbook is designed in such a way that it dynamically fetches the number of unmounted volumes, and the number of mounted volumes, and prompts the user for mountpoint names only for unattached ones.
Also, the survey questions does not acknowledge if there is a change in number of volumes in any other run, which destroys the "Re-usability of code".
How do I solve this problem of providing user_input at real-time in AWX?
ebs_mount_ansible_facts.txt
Select the relevant components
Steps to reproduce
4. AWX must ask for mountpoint names for unmounted volumes, and the number of prompts for user input must be same as number of unmounted volumes.
Current results
Currently, The requirement gets fulfilled when running with Ansible CLI. But, TO make automation completely UI based , i.e. AWX.
There needs to be an equivalent feature in AWX too.
Also, As of now, in AWX the playbook stops running at a point where the user input is needed to playbook. And it continues to wait until the timeout duration is reached.
Sugested feature result
This will enable answering the prompts in real time while the playbook is being executed.
Additional information
No response
The text was updated successfully, but these errors were encountered: