36515/define-variables-in-ansible-playbook
Variable names should be letters, numbers, and underscores. Variables should always start with a letter.
You can define variables directly in a playbook:
- hosts: webservers vars: http_port: 80
Use an indexed hostname, and then define ...READ MORE
Hey @Rahul thanks for a better question ...READ MORE
Hey @Cerci, Of course its possible. You ...READ MORE
Hey, @Nishit seems like you've made a ...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
Yes @Nagray, you're right! You can access ...READ MORE
Hey @kailash use the authorized_key plugin that ...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.