Category: Deployment, yaml, ansible

Before beginning to write an Ansible Playbook I will go through a quick overview it. Basically Playbooks are used to enforces policies to remote hosts/servers according to the user needs. These are Ansible’s configuration, deployment, and orchestration language which written in YAML.

Related Articles