diff --git a/docs/comparisons.md b/docs/comparisons.md index 3820e782be7..5204d2bb741 100644 --- a/docs/comparisons.md +++ b/docs/comparisons.md @@ -8,7 +8,7 @@ For space reasons, we can't list everybody's favorite management tool.
- | Ansible | +Ansible | Puppet | Chef | Func | @@ -16,7 +16,7 @@ For space reasons, we can't list everybody's favorite management tool.|||
Purpose | -Config, Deployment, Ad-Hoc | +Config, Deployment, Ad-Hoc | Config, Deployment | Config, Deployment | Ad-Hoc | @@ -24,7 +24,7 @@ For space reasons, we can't list everybody's favorite management tool.|||
Config Language | -YAML format | +Simple YAML format | Custom DSL | Ruby code | None | @@ -38,6 +38,14 @@ For space reasons, we can't list everybody's favorite management tool.None | None | |
Config Ordering | +Simply ordered, with notifiers | +Strict dependency DAG | +Simply ordered | +None | +Simply ordered | +|||
Communication | SSH push | @@ -48,35 +56,35 @@ For space reasons, we can't list everybody's favorite management tool.|||||||
Daemons Required? | -no | +no | yes | yes | yes | -no | +no | |
Database Required | -no | +no | yes | yes | -no | -no | +no | +no |
Inventory Features | planned | -yes | -yes? | -yes | +yes | +yes? | +some | no |
Message Bus Required | -no | +no | yes | yes | -no | -no | +no | +no |
Implemented In | @@ -88,7 +96,7 @@ For space reasons, we can't list everybody's favorite management tool.||||||||
Extensible In | -Anything! | +Anything | Ruby | Ruby | Python | @@ -96,7 +104,7 @@ For space reasons, we can't list everybody's favorite management tool.|||
Codebase Size | -Small | +Small | Large | Large | Medium | @@ -105,26 +113,33 @@ For space reasons, we can't list everybody's favorite management tool.|||
Module Support | Emerging | -Wide/Established | -Wide/Established | +Wide/Established | +Wide/Established | Medium/Established | Poor | |
Users Targeted | -Sysadmins, developers, web admins | +Sysadmins, developers, QA, web admins | Sysadmins | Sysadmins, web admins | Sysadmins, developers | Web admins | ||
Can Easily Build Applications On It | -Yes | +Yes | No | No | -Yes | +Yes | +No | +|
Parallelism & Scaling Tech | +Fork/Merge | +Add Servers / Staged Commands / No Server | +Adding More Erlang | +Fork/Merge | No | |||
No | No | No | -Yes | +Yes | No |