From 3ee75cdee44d38284fed5ec9c7506c8738dffad4 Mon Sep 17 00:00:00 2001 From: quicktus Date: Wed, 2 Oct 2024 12:36:00 +0200 Subject: [PATCH] Update introduction.rst --- docs/docsite/rst/getting_started/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/getting_started/introduction.rst b/docs/docsite/rst/getting_started/introduction.rst index a542bd16ea4..ae7dcc4996a 100644 --- a/docs/docsite/rst/getting_started/introduction.rst +++ b/docs/docsite/rst/getting_started/introduction.rst @@ -23,7 +23,7 @@ Agent-less architecture Low maintenance overhead by avoiding the installation of additional software across IT infrastructure. Simplicity - Automation playbooks use straightforward YAML syntax for code that reads like documentation. Ansible is also decentralized, using SSH existing OS credentials to access to remote machines. + Automation playbooks use straightforward YAML syntax for code that reads like documentation. Ansible is also decentralized, using SSH with existing OS credentials to access to remote machines. Scalability and flexibility Easily and quickly scale the systems you automate through a modular design that supports a large range of operating systems, cloud platforms, and network devices.