
Ansible: YAML Basics
Understanding YAML is essential as it is a popular markup language. In addition, you need to get familiar with the basics of the YAML syntax to master the art of …
Ansible: YAML Basics Read MoreLinux, Code, Cloud Computing, DevOps

Understanding YAML is essential as it is a popular markup language. In addition, you need to get familiar with the basics of the YAML syntax to master the art of …
Ansible: YAML Basics Read More
Let’s look at playbooks, modules, and collections in Ansible. These are basic concepts, but you must know this to get started with Ansible. This guide will describe their roles in …
Ansible: Basic concepts (playbooks, modules, collections) Read More
Let’s try to automate something and write our Ansible playbook. For our first example playbook, we’ll configure a server to run a web server using Nginx. Inventory To begin with, …
Ansible: Writing your first playbook Read More
The rise of cloud technologies and DevOps culture has resulted in the proliferation of various automation tools. The automation tools, in turn, increased the speed of development and service delivery. …
Ansible: Introduction Read More
Laravel migrations allow you to change your database via PHP code. Having a database as code allows you to do version control your database with ease. This guide will show …
How to create database migration in Laravel Read More
Jenkins is an open-source automation server to build, test, automate and deploy projects like Ansible. It is a continuous integration and continuous delivery server. It is Java-based and has the …
Cloud 101 – Jenkins Automation Read More