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

Is it possible to build our modules in ansible?

1 Answers  


Describe the working of ansible.

1 Answers  


How do I access a variable name programmatically?

0 Answers  


How to install ansible?

1 Answers  


What are playbooks in ansible?

1 Answers  


How to keep secret data in playbook?

0 Answers  


When should I use {{ }}? Also, how to interpolate variables or dynamic variable names

1 Answers  


Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?

0 Answers  


What is ansible tower?

1 Answers  


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

1 Answers  


What are the advantages of ansible?

1 Answers  


What are the different components of ansible?

1 Answers  


Categories