From 230c00e9374caf8146fdfce8a77389765389064a Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:03:39 -0500 Subject: [PATCH] README optimizations (#75115) Co-authored-by: Alicia Cozine --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d5f728c2537..ae99bffdfd9 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,13 @@ Ansible Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex -changes like zero-downtime rolling updates with load balancers easy. More information on `the Ansible website `_. +changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website `_. Design Principles ================= -* Have a dead-simple setup process with a minimal learning curve. -* Manage machines very quickly and in parallel. +* Have an extremely simple setup process with a minimal learning curve. +* Manage machines quickly and in parallel. * Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon. * Describe infrastructure in a language that is both machine and human