9 lines
245 B
Markdown
9 lines
245 B
Markdown
# Introduction to Ansible
|
|
|
|
Ansible is an open-source **IT automation tool** that automates:
|
|
- **Configuration management** - setting up servers
|
|
- **Application deployment** - deploying software
|
|
- **Task automation** - repetitive operations
|
|
|
|
---
|