From the course: Complete Guide to Configuration Management Using Ansible
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Centralizing configuration as code using git - Ansible Tutorial
From the course: Complete Guide to Configuration Management Using Ansible
Centralizing configuration as code using git
All right. Before we are really going to investigate how Ansible is working, I'd like to tell you a bit about Git. So what is Git all about? Well, it's all about centralizing Configuration as Code in such a way that everybody can easily access the same code within a company. So in small environments, Configuration as Code is often stored on the Ansible operator workstation, where the Ansible operator, that's you. In larger environments, it doesn't work very well if every operator is going to store their code individually. And that is why a central code repository should be used. Git is a de facto standard for managing centralized access to code. And by using Git for storing the code files, versioning can easily be applied to ensure that everyone uses the same code. Now I'm not going to give you a complete course in Git, but I do want to show you a quick overview of how I'm using GitHub in my daily work. So here we go. So this is the GitHub website, where GitHub is only one of the…
Contents
-
-
-
-
-
(Locked)
Learning objectives53s
-
(Locked)
Centralizing configuration as code using git7m 6s
-
(Locked)
Using AWX and ansible automation platform3m 2s
-
(Locked)
Configuring ansible-navigator4m 14s
-
Working with ansible-navigator6m 46s
-
(Locked)
Providing required collections for ansible-navigator6m 47s
-
(Locked)
Ansible-navigator configuration2m 21s
-
(Locked)
Lesson 3 lab: Using ansible-navigator32s
-
(Locked)
Lesson 3 lab solution: Using ansible-navigator5m 37s
-
(Locked)
-
-
-
-
-
-
-
-
-
-