Configuration Management

close up photo of programming of codes

How to use various configuration management tools

Reading Time: 3 minutes Configuration management deals with managing the changes across the life cycle of the product. With the advancement in IT operations and growing requirements in the industry, it has become very important to pay attention to the configurations of the applications relating to the systems involved. To ensure that all parts of the system run smoothly, configuration plays a very important role and thus the need Continue Reading

gray laptop computer showing html codes in shallow focus photography

When to go for ansible and when for terraform

Reading Time: 2 minutes Before we go with use-case of both terraform and ansible , lets first focus on basic . Ansible :- Ansible is the open source software configuration management tool that provide simple but poweful automation for cross-platform computer support . This allows you to configure not just one computer, but potentially a whole network of computer at once , using it require no programming skills . Continue Reading

Difference Between Ansible And Ansible Galaxy – Ansible vs Ansible Galaxy

Reading Time: 3 minutes In this article, we will learn that what is the difference between Ansible and Ansible Galaxy (Ansible vs Ansible Galaxy). Ansible is an open-source configuration management tool. It helps in automating software provisioning, configuration management, and application deployment. As you learn more about Ansible, you will surely encounter Ansible Galaxy. However, people often fail to truly understand what this Ansible Galaxy is. Let us see Continue Reading

text

Ansible for Devops as Infrastructure as Code

Reading Time: 3 minutes Firstly, Ansible is simple open-source IT engine that automates application deployment, infra service orchestration, cloud provisioning and many other IT devices. Secondly, Ansible uses playbook to define automation jobs, and playbook use very simple language i.e. Hence the profit is that even the IT infrastructure maintenance people can know and understand the playbook and debug if needed (YAML – It is in human-readable form). In conclusion, After Continue Reading