How can one generate encrypted passwords for the user module?
Answer / Rajeev Shankhdhar
To create a handler with multiple tasks, define the tasks that should be executed when the handler is called as a list in the `tasks` section of the handler definition. Here's an example:nn- name: My Handlern handlers:n my_handler:n tasks:n - name: Task 1n command: task1_commandn - name: Task 2n command: task2_command
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
Describe the working of ansible.
What are ansible vaults and why are they used?
How do I set the path or any other environment variable for a task?
How to generate crypto passwords for the user module?
What are ad-hoc commands?
How can one interpolate variables or dynamic variable names?
Is it unsafe to bulk-set task arguments from a variable?
How do I submit a change to the documentation?
When should I use {{ }}? Also, how to interpolate variables or dynamic variable names
How do I see a list of all of the ansible_ variables?
why don’t you ship in x format?