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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Does ansible support aws?

2


Can you build your own modules with ansible?

3


How do I copy files recursively onto a target host?

2


What is ansible?

2


How do I set the path or any other environment variable for a task?

3


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?

2


Explain in detail about ad-hoc command?

2


Is there a web interface / rest api / etc?

2


How would you install ansible on a centos system?

3


Describe the working of ansible.

2


How does configuration management is help an organization?

2


How is ansible different from puppet?

3


How is ansible used in a continuous delivery pipeline? Explain.

2


What are the advantages of ansible?

3


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

2