Dear Ansible friends,
I need some automation like to run a script into all remotes machines which requires some interactive input described as below: Master server: ---------------------- /Having patch script here /Need to Transfer the script to remote machines /Execute the script into remotes machines which needs configuration inputs based on on which host it is configuring. Remote hosts: ----------------------- /copied the script here /will run the script here which had some configuration inputs as below 1. Like what is the host name that you running the script?[hostX]:<get the host name and input host name here> 2. what is host database server name?<need to find out in a file which has a parameter db-host=hostdb> < input the host db here 3. 4...so on How can I do this thing and handle properly? Kindly advise. Thanks M I Chowdhury -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/17e80cf0-71c4-4ac5-ac5a-7513701beaf8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
