From a65d53462d8746264d20a4e1d09b9a40a2373382 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 21 Feb 2014 12:58:09 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221357393d5..853025911f9 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ instructions [here](http://docs.ansible.com/intro_getting_started.html) for a va Design Principles ================= - * Dead simple setup + * Have a dead simple setup process and a minimal learning curve * Be super fast & parallel by default * Require no server or client daemons; use existing SSHd - * Use a simple language (playbooks) that is easily readable and writeable by everyone + * Use a language that is both machine and human friendly + * Focus on security and easy auditability/review/rewriting of content * Manage remote machines instantly, without bootstrapping * Allow module development in any dynamic language, not just Python * Be usable as non-root