Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
ee6db053
Commit
ee6db053
authored
Mar 05, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt at adding more comparison info
parent
937de087
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
23 deletions
+38
-23
docs/comparisons.md
+38
-23
No files found.
docs/comparisons.md
View file @
ee6db053
...
...
@@ -8,7 +8,7 @@ For space reasons, we can't list everybody's favorite management tool.
<table>
<tr>
<td></td>
<td><B>
Ansible
</B></font></td>
<td><B>
<U>
Ansible
</U>
</B></font></td>
<td>
Puppet
</td>
<td>
Chef
</td>
<td>
Func
</td>
...
...
@@ -16,7 +16,7 @@ For space reasons, we can't list everybody's favorite management tool.
</tr>
<tr>
<td>
Purpose
</td>
<td>
Config, Deployment, Ad-Hoc
</td>
<td>
<B>
Config, Deployment, Ad-Hoc
</B>
</td>
<td>
Config, Deployment
</td>
<td>
Config, Deployment
</td>
<td>
Ad-Hoc
</td>
...
...
@@ -24,7 +24,7 @@ For space reasons, we can't list everybody's favorite management tool.
</tr>
<tr>
<td>
Config Language
</td>
<td>
YAML format
</td>
<td>
<B>
Simple YAML format
</B>
</td>
<td>
Custom DSL
</td>
<td>
Ruby code
</td>
<td>
None
</td>
...
...
@@ -39,6 +39,14 @@ For space reasons, we can't list everybody's favorite management tool.
<td>
None
</td>
</tr>
<tr>
<td>
Config Ordering
</td>
<td><B>
Simply ordered, with notifiers
</B></td>
<td>
Strict dependency DAG
</td>
<td>
Simply ordered
</td>
<td>
None
</td>
<td>
Simply ordered
</td>
</tr>
<tr>
<td>
Communication
</td>
<td>
SSH push
</td>
<td>
SSL pull or push trigger
</td>
...
...
@@ -48,35 +56,35 @@ For space reasons, we can't list everybody's favorite management tool.
</tr>
<tr>
<td>
Daemons Required?
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
</tr>
<tr>
<td>
Database Required
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
no
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
<td>
<B>
no
</B>
</td>
</tr>
<tr>
<td>
Inventory Features
</td>
<td>
planned
</td>
<td>
yes
</td>
<td>
yes?
</td>
<td>
yes
</td>
<td>
<B>
yes
</B>
</td>
<td>
<B>
yes?
</B>
</td>
<td>
some
</td>
<td>
no
</td>
</tr>
<tr>
<td>
Message Bus Required
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
no
</td>
<td>
no
</td>
<td>
<B>
no
</B>
</td>
<td>
<B>
no
</B>
</td>
</tr>
<tr>
<td>
Implemented In
</td>
...
...
@@ -88,7 +96,7 @@ For space reasons, we can't list everybody's favorite management tool.
</tr>
<tr>
<td>
Extensible In
</td>
<td>
Anything!
</td>
<td>
<B>
Anything
</B>
</td>
<td>
Ruby
</td>
<td>
Ruby
</td>
<td>
Python
</td>
...
...
@@ -96,7 +104,7 @@ For space reasons, we can't list everybody's favorite management tool.
</tr>
<tr>
<td>
Codebase Size
</td>
<td>
Small
</td>
<td>
<B>
Small
</B>
</td>
<td>
Large
</td>
<td>
Large
</td>
<td>
Medium
</td>
...
...
@@ -105,26 +113,33 @@ For space reasons, we can't list everybody's favorite management tool.
<tr>
<td>
Module Support
</td>
<td>
Emerging
</td>
<td>
Wide/Established
</td>
<td>
Wide/Established
</td>
<td>
<B>
Wide/Established
</B>
</td>
<td>
<B>
Wide/Established
</B>
</td>
<td>
Medium/Established
</td>
<td>
Poor
</td>
</tr>
<tr>
<td>
Users Targeted
</td>
<td>
Sysadmins, developers, web admins
</td>
<td>
<B>
Sysadmins, developers, QA, web admins
</B>
</td>
<td>
Sysadmins
</td>
<td>
Sysadmins, web admins
</td>
<td>
Sysadmins, developers
</td>
<td>
Web admins
</td>
</tr>
<tr>
<tr>
<td>
Can Easily Build Applications On It
</td>
<td>
Yes
</td>
<td><B>
Yes
</B></td>
<td>
No
</td>
<td>
No
</td>
<td><B>
Yes
</B></td>
<td>
No
</td>
<td>
Yes
</td>
</tr>
<tr>
<td>
Parallelism & Scaling Tech
</td>
<td>
Fork/Merge
</td>
<td>
Add Servers / Staged Commands / No Server
</td>
<td>
Adding More Erlang
</td>
<td>
Fork/Merge
</td>
<td>
No
</td>
</tr>
<tr>
...
...
@@ -132,7 +147,7 @@ For space reasons, we can't list everybody's favorite management tool.
<td>
No
</td>
<td>
No
</td>
<td>
No
</td>
<td>
Yes
</td>
<td>
<B>
Yes
</B>
</td>
<td>
No
</td>
</tr>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment