Provisioning with Ansible

Ansible is an automation engine that automates:

  • cloud provisioning
  • configuration management
  • application deployment
  • intra-service orchestration
  • many other IT needs ...

Advantages:

  • no-agent to install on machines, SSH only
  • write configuration (playbooks) on YAML - easy to learn