Rename 'design goals' to 'features'
This commit is contained in:
parent
cd06703fa2
commit
29293ba51d
1 changed files with 7 additions and 4 deletions
|
@ -53,19 +53,22 @@ Architecture
|
||||||
:height: 464
|
:height: 464
|
||||||
|
|
||||||
|
|
||||||
Design Goals
|
Features
|
||||||
````````````
|
````````
|
||||||
|
|
||||||
* Dead simple setup
|
* Dead simple setup
|
||||||
* Super fast & parallel by default
|
* Super fast & parallel by default
|
||||||
* No server or client daemons; use existing SSHd out of the box
|
* No server or client daemons; use existing SSHd out of the box
|
||||||
* No additional software required on client boxes
|
* No additional software required on client boxes
|
||||||
* Can be easily run from a checkout, no installation required
|
* Can be easily run from a checkout, no installation required
|
||||||
* Modules are idempotent
|
* Modules are idempotent, but you can also easily use shell commands
|
||||||
* Modules can be written in ANY language
|
* Modules can be written in ANY language
|
||||||
* Awesome API for creating very powerful distributed scripts
|
* Awesome API for creating very powerful distributed scripts
|
||||||
* Does not have to run remote steps as root
|
* Does not have to run remote steps as root
|
||||||
* Create the easiest config management system to use, ever.
|
* Pluggable transports (SSH is just the default)
|
||||||
|
* Source host info & variables from files or external software
|
||||||
|
* The easiest config management system to use, ever.
|
||||||
|
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
`````````
|
`````````
|
||||||
|
|
Loading…
Reference in a new issue