Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 935 Bytes

File metadata and controls

25 lines (13 loc) · 935 Bytes

All-About_Ansible-AAA

Not have enough time to read Ansible documentation?

Running short of Time? Worry not! Use this repository for your reference.

image

What is Ansible?

  • It is an open source IT configuration Management, Deployment & Orchestration tool.

  • It aims to provide large productivity gains to a wide variety of automation challenges.

  • Ansible is very simple to use and yet powerful enough to automate complex multi-tier application environments.

Ansible playbooks

  • Playbooks are nothing but the files where Ansible code is written. They use YAML format (Yet Another Markup Language)


Automating Container Management with Ansible

Important Modules in Ansible for Cloud Engineers