summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-02-21 12:58:09 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-02-21 12:58:09 -0500
commita65d53462d8746264d20a4e1d09b9a40a2373382 (patch)
tree973b14160c481461e9449976b9636328d4c3c41a /README.md
parent597809f5d420a19c2ea9812277ce24db02544d3d (diff)
downloadansible-a65d53462d8746264d20a4e1d09b9a40a2373382.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 221357393d..853025911f 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