From e9c0353794af8526547ed8d7a2e95a5d9c720171 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Jul 2023 19:32:19 +0200 Subject: [PATCH] configuration management: improve descriptions - use wikipedia description of official project descriptions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a4ac16..0a4b995 100644 --- a/README.md +++ b/README.md @@ -201,12 +201,12 @@ _Related: [IT Asset Management](#it-asset-management)_ *Configuration management tools.* -- [Ansible](http://www.ansible.com/) - It's written in Python and manages the nodes over SSH. -- [CFEngine](https://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language. -- [Chef](https://www.chef.io/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL. +- [Ansible](http://www.ansible.com/) - Provisioning, configuration management, and application-deployment tool +- [CFEngine](https://cfengine.com/) - Configuration management system for automated configuration and maintenance of large-scale computer systems. +- [Chef](https://www.chef.io/chef/) - Configuration management tool using a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes". - [Pallet](http://palletops.com/) - Infrastructure definition, configuration and management via a Clojure DSL. -- [Puppet](https://puppet.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. -- [Salt](http://saltstack.com/) - It's written in Python. +- [Puppet](https://puppet.com/) - Software configuration management tool which includes its own declarative language to describe system configuration. +- [Salt](http://saltstack.com/) - Event-driven IT automation, remote task execution, and configuration management software. ### Continuous Integration & Continuous Deployment