Answer Posted / Iqra
To generate a cryptographic password for the user module in Ansible, you can use the 'generate_password' filter. For example: `user: myuser password: '{{ password|password_hash("sha512", salt="mysalt") }}'`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ansible role?
What are the advantages of ansible?
Describe the working of ansible.
How should one configure a jump host to access servers that I have no direct access to?
What is the use of ansible?
Explain the callback plugin in ansible?
What is the ask_pass module in ansible?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
How to create encrypted files using ansible?
What are ansible vaults?
Talk about ansible architecture.
How do I access a variable of the first host in a group?
Enlist the differences between variable name and environment variables.
How to install ansible?
How do I configure a jump host to access servers that I have no direct access to?