mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
||||
|
||||
|
||||
Design Goals
|
||||
````````````
|
||||
Features
|
||||
````````
|
||||
|
||||
* Dead simple setup
|
||||
* Super fast & parallel by default
|
||||
* No server or client daemons; use existing SSHd out of the box
|
||||
* No additional software required on client boxes
|
||||
* 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
|
||||
* Awesome API for creating very powerful distributed scripts
|
||||
* 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
|
||||
`````````
|
||||
|
|
Loading…
Reference in a new issue