I have created a fabfile with multiple hosts.
I am automating my experiment. When i run the command "sudo adduser --ingroup hadoop hduser" it will ask for the following.
- New unix password
- confirm Password.
- Full Name
- Room,Ph,etc
- is this information Correct? Y/N
I would like to pass all this information as part of script without prompting user. How can i do this ?
Thanks
Navaz