From the course: Git for System Administration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use a configuration management system with Git

Use a configuration management system with Git - Git Tutorial

From the course: Git for System Administration

Start my 1-month free trial

Use a configuration management system with Git

- [Instructor] This entire course has been about using Git to manage system configurations. I did mention earlier that Git could be used with a configuration management system as well. We won't build a configuration management system in this course, as we have courses in the course library that cover these. However, I will outline how they work and how to utilize Git. There are multiple different configuration management systems, such as Puppet, Chef, Salt from SaltStack, and Ansible. There are others, both commercial and opensource, but we will focus on these four. I will outline the general overview of how these systems work and how you can use Git to manage them. Keep in mind that the conversation's much longer than I'm going to make it, and I'm going to try to focus on the general concept of configuration management systems and similarities between these. This is not a comparison of these technologies. With any of these configuration management systems, there's a control host and…

Contents