Updated on: 29th Sep 2020
Ansible Basic Cheat Sheet Tutorial
Ratings()
What is Ansible? Ansible is an open-source engine that automates deployment, orchestration, cloud provisioning, and other tools. It uses a playbook, to describe jobs, and YAML, which is a human-readable programming language. Ansible is designed for multi-tier deployment. It is agentless and works by connecting nodes through SSH. How does it work? Ansible connects nodes, […]
Read More