configuration management: improve descriptions

- use wikipedia description of official project descriptions
This commit is contained in:
nodiscc 2023-07-21 19:32:19 +02:00
parent 9be3143f8f
commit e9c0353794
No known key found for this signature in database
GPG Key ID: 067FC4266A4B6909
1 changed files with 5 additions and 5 deletions

View File

@ -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