docs: fix spellcheck errors

This commit is contained in:
Stefan Rotsch
2023-02-22 16:28:50 +01:00
committed by Bastian
parent dbfba107c7
commit 77d0806181
25 changed files with 141 additions and 118 deletions

View File

@@ -2,11 +2,15 @@
title: "Ansible"
ring: trial
quadrant: platforms-and-aoe-services
tags: [devops]
tags: [devops]
---
[Ansible](https://www.ansible.com/) is a tool used to describe infrastructure and applications and their configuration as code. It covers both the configuration and provisioning aspects of infrastructure and applications.
[Ansible](https://www.ansible.com/) is a tool used to describe infrastructure and applications and their configuration
as code. It covers both the configuration and provisioning aspects of infrastructure and applications.
It is a radically simple IT automation system based on SSH so that it can work without agents or exposed APIs. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.
It is a radically simple IT automation system based on SSH so that it can work without agents or exposed APIs. It
handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation,
and multi-node orchestration.
It comes in handy when the client currently uses some virtual machines with docker/docker-compose, and no full-blown Kubernetes cluster is available or needed.
It comes in handy when the client currently uses some virtual machines with docker/docker-compose, and no full-blown
Kubernetes cluster is available or needed.