mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update README.md
This commit is contained in:
parent
597809f5d4
commit
a65d53462d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue