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...


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



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

Answer / Subhiksha Jaiswal

"[
{"name": "nginx",n "tasks": [n {"apt": {"name": "nginx", update_cache: true, present: true}},n {"file": {"path": "/etc/nginx/sites-available/default", content: "...", state: "touch"}},n {"service": {"name": "nginx", enabled: true, state: "started"}}n ]n }"]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ansible Interview Questions

Write a playbook to create a backup of a file in the remote servers before copy.

1 Answers  


List some advantages of using ansible.

1 Answers  


How does ansible work?

1 Answers  


Is it possible to build our modules in ansible?

1 Answers  


What is ansible galaxy?

1 Answers  


Talk about ansible architecture.

1 Answers  


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

1 Answers  


why don’t you ship in x format?

1 Answers  


What are the advantages of ansible?

1 Answers  


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

1 Answers  


What is the use of ansible?

1 Answers  


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

1 Answers  


Categories