What is Ansible and How it works

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence

what is ansible?

It is a Tool which manage configuration of servers. Configuration of servers includes create/delete/modify file, install/uninstall packages, start/restart services etc..

Benefits of Ansible:

  • Its free open source Tool
  • Easy to learn and use
  • platform independent
  • It works for All OS .like windows, Linux
  • Ansible modules are idempotent

Architecture of Ansible:

Human communicate with ansible remote servers through Ansible control server. The component Of ACS includes

Tool, Ansible inventory, and ansible playbook.

Ansible architecture diagram