summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-06-25 12:03:39 -0500
committerGitHub <noreply@github.com>2021-06-25 13:03:39 -0400
commit230c00e9374caf8146fdfce8a77389765389064a (patch)
tree3be79bf129cb497438f60d683b87013b6d3b14cf
parent29592aa3d461803bbb055dfcb801b4476de93a3c (diff)
downloadansible-230c00e9374caf8146fdfce8a77389765389064a.tar.gz
README optimizations (#75115)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d5f728c253..ae99bffdfd 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 <https://ansible.com/>`_.
+changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website <https://ansible.com/>`_.
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