1,760
edits
Changes
→Overview
Ansible uses no agents and no additional custom security infrastructure, and it uses a very simple language called "YAML", to compose an Ansible Playbook which allow you to describe your automation jobs in a very simple way.
= Objectives =
In this lab, you will the main components of the Ansible configuration management system and its operating environment. You will also develop a simple playbook to practice managing the configuration of a CentOS 7.x VM. For more detail information about ansible, check out the ansible web site at www.ansible.com.
= Reference =