Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Ansible 2.7

You're reading from   Learning Ansible 2.7 Automate your organization's infrastructure using Ansible 2.7

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789954333
Length 266 pages
Edition 3rd Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Fabio Alessandro Locati Fabio Alessandro Locati
Author Profile Icon Fabio Alessandro Locati
Fabio Alessandro Locati
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Section 1: Creating a Web Server Using Ansible
2. Getting Started with Ansible FREE CHAPTER 3. Automating Simple Tasks 4. Section 2: Deploying Playbooks in a Production Environment
5. Scaling to Multiple Hosts 6. Handling Complex Deployment 7. Going Cloud 8. Getting Notification from Ansible 9. Section 3: Deploying an Application with Ansible
10. Creating a Custom Module 11. Debugging and Error Handling 12. Complex Environments 13. Section 4: Deploying an Application with Ansible
14. Introducing Ansible for Enterprises 15. Getting Started with AWX 16. Working with AWX Users, Permissions, and Organizations 17. Other Books You May Enjoy

Version control systems

In this chapter, we have already encountered the expression infrastructure code to describe the Ansible code that will create and maintain your infrastructure. We use the expression infrastructure code to distinguish it from the application code, which is the code that composes your applications, websites, and so on. This distinction is needed for clarity, but in the end, both types are a bunch of text files that the software will be able to read and interpret.

For this reason, a version control system will help you a lot. Its main advantages are as follows:

  • The ability to have multiple people working simultaneously on the same project.
  • The ability to perform code-reviews in a simple way.
  • The ability to have multiple branches for multiple environments (that is, dev, test, QA, staging, and production).
  • The ability to track a change so that we know when...
You have been reading a chapter from
Learning Ansible 2.7 - Third Edition
Published in: Apr 2019
Publisher: Packt
ISBN-13: 9781789954333
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime