HI,
I am trying to write an ansible playbook which will run some command on a remote server, but the problem is when this command is run, it asks for user and password which I cannot provide from the command line. I am prompted to enter these values, any idea how this can be done with Ansible?
I looked at ansible prompts but how to pass those variables to prompt?
Any help is appreciated, thanks in advance.