README optimizations (#75115)

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
pull/75119/head
Alicia Cozine 3 years ago committed by GitHub
parent 29592aa3d4
commit 230c00e937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save