Category: Docker, yaml, ansible

Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.

A file (by default, Ansible uses a simple INI format) that describes Hosts and Groups in Ansible.

It is a very simple Python template language that is generally readable and easy to write.

Now we have to create the configuration file for installing docker and running further services , Ansible uses Yaml language for configuring and for that file will be created in .yml extension i.e. called playbook.

Related Articles