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 can one generate encrypted passwords for the user module?



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

Post New Answer

More Ansible Interview Questions

Explain what are playbooks in ansible? Explain with some examples.

1 Answers  


How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?

1 Answers  


Does ansible support hardware provisioning?

1 Answers  


How can you handle different machines needing different user accounts or ports to log in with?

1 Answers  


How do I write an ansible handler with multiple tasks?

1 Answers  


What is ansible role and how are they different from the playbook?

1 Answers  


How do I access a variable of the first host in a group?

1 Answers  


Is it possible to build our modules in ansible?

1 Answers  


How do I generate crypted passwords for the user module?

1 Answers  


What are the ansible modules? Explain the different types.

1 Answers  


How to keep secret data in a playbook?

1 Answers  


Can you write a simple playbook to install nginx on a host machine?

1 Answers  


Categories