Ansible Playbook to start services

Ansible Playbook to start services We have already seen how to run Ansible ad-hoc command now let’s focus on a playbook to start services on your servers, In the example below I have started a crond service but you can use it to suit your needs. If you have multiple host groups then replace hosts: … Read more

How to use Loops in Ansible?

If you are writing code in any programming language there is always some code that is repetitive in nature. Just like any other programming language, Ansible has, its own way to use Loops. Here we will see how to use Loops in Ansible. Using Simple Loops Imagine you have a code where you create a … Read more

What are Linux signals

What are Linux Signals? Let’s explore it. A signal is just a response generated by Linux or UNIX-like systems in response to some conditions. Upon receiving the signal a process may take action. There are multiple types of signals sent in different situations. Types of Linux signals. There are two types of Linux Signals. Maskable: … Read more

Best way to store your photos.

Since the camera quality has gone up in recent years, we all have too many photos on our phones, but the big question is how do you store and manage all those photos? Most people just enable Google Photos or iCloud Photos and forget it but the problem is you can’t really manage your photos … Read more