diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/readme.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/readme.md index 6c94beff5..0da4b9e50 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/readme.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/readme.md @@ -1 +1,8 @@ -# Configuration management \ No newline at end of file +# Configuration Management + +Configuration management is a systems engineering process for establishing consistency of a product’s attributes throughout its life. In the technology world, configuration management is an IT management process that tracks individual configuration items of an IT system. IT systems are composed of IT assets that vary in granularity. An IT asset may represent a piece of software, or a server, or a cluster of servers. The following focuses on configuration management as it directly applies to IT software assets and software asset CI/CD. + +Software configuration management is a systems engineering process that tracks and monitors changes to a software systems configuration metadata. In software development, configuration management is commonly used alongside version control and CI/CD infrastructure. This post focuses on its modern application and use in agile CI/CD software environments. + +Free Content +What is configuration management?