
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
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
Ansible is an open-source, simple, and robust IT automation tool, much like Chef. It helps automate repetitive tasks that save time, such as setting up AWS S3 buckets and much more. Ansible can …
Ansible: Infographic Read More