Ansible - gpunalkar/devops GitHub Wiki

Ansible

  • Push base configuraiton managemnet tool
  • configuration of servers
  • Application delpoyemnt
  • Continous testing of already install application
  • Provisioning
  • orchestration
  • Automation of tasks

Why Automation

SIMPLE

  • Human readable automation
  • no special code skills needed
  • Tasks executed in order
  • Get productive quickly

POWERFUL

  • App delpoyment
  • Configuraiton Management
  • Workflow Orchestration
  • Orchestrate the app lifcycle

Why Ansible