QWhich of the following is a benefit of using version control in configuration management?
Question Info
Choose the Best Option
Click any option to instantly check if you're correct.
Explanation
Version control is a fundamental feature in configuration management because it enables teams to track and revert changes to configuration files. If a new configuration causes deployment failure or system instability, you can easily roll back to a previous stable version. This capability enhances system reliability and security. Additionally, version control allows multiple team members to work on configurations concurrently, with clear visibility into what was changed, when, and by whom. It also supports auditing and compliance requirements. Tools like Git integrate seamlessly with CM tools like Ansible or Terraform, making the workflow efficient and error-free.
Share This Question
Challenge a friend or share with your study group.