52608/pass-sudo-password-while-executing-ansible-playbook
Hey @Bob, try something like this:
ansible-playbook playbook.yml -i inventory.ini --user=username \ --extra-vars "ansible_sudo_pass=yourPassword"
Here, you're passing your inventory file as well as an extra variable which holds your sudo password.
Hey @Neha, you can pass your password ...READ MORE
Hey, @Nishit seems like you've made a ...READ MORE
ansible-playbook test.yml --extra-vars "arg1=${var1} arg2=${var2}" Use is like ...READ MORE
First of all make sure you have ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Use aws_ssm module for this purpose: - name: ...READ MORE
Hey @Alok, an ansible task like this ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.