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


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



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

Answer / Ritesh Sinha

Here's a simple Ansible playbook to install Nginx on a host:nn- name: Install and configure Nginxn hosts: webserversn tasks:n - name: Install Nginxn apt: name=nginx state=presentn - name: Enable and start the servicen service: name=nginx enabled=yes started=yesn - name: Ensure nginx configuration is loadedn command: service nginx reload

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ansible Interview Questions

How can looping be done over a list of hosts in a group, inside of a template?

1 Answers  


Why is ‘{{ }}’ notation used?

1 Answers  


List some advantages of using ansible.

1 Answers  


Describe your newsletter ansible and who it’s aimed at.

1 Answers  


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

1 Answers  


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

1 Answers  


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

1 Answers  


Explain different modules in ansible.

1 Answers  


What is ansible and what makes it stand out from the rest of the configuration management tools?

1 Answers  


Why are you attracted to science and science fiction?

0 Answers  


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

1 Answers  


What are playbooks in ansible?

1 Answers  


Categories