Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to generate crypto passwords for the user module?



How to generate crypto passwords for the user module?..

Answer / 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

More Ansible Interview Questions

How should one configure a jump host to access servers that I have no direct access to?

1 Answers  


Explain a few of the basic terminologies or concepts in ansible.

1 Answers  


How do I see all the inventory vars defined for my host?

1 Answers  


What is configuration management and how does it help an organization?

1 Answers  


What does fact mean in ansible?

1 Answers  


How is ansible different from puppet?

1 Answers  


How can you speed up management inside in ec2?

1 Answers  


How does ansible work?

1 Answers  


What features does the ansible tower provide?

1 Answers  


Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?

1 Answers  


How would you access a variable of the first host in a group?

1 Answers  


Is ansible is an open source tool?

1 Answers  


Categories