#linux-basics
Read more stories on Hashnode
Articles with this tag
Creating a Kubernetes or OpenShift cluster using Ansible involves several steps. Below, I'll provide a general outline for setting up a Kubernetes...
Ansible to launch an AWS EC2 instance and provide you with a practical example. --- - name: Launch EC2 Instance hosts: localhost connection:...
Ansible playbook to send email, WhatsApp, and SMS messages. Let's create a playbook that demonstrates how to send messages through these three...
Here’s a project to automate the process of launching a website on a configured OS using Apache webserver, pulling the source code from GitHub. The...
Ansible has emerged as a top automation tool for managing IT infrastructure, especially in areas like configuration management, application...
Changing the execution of Firefox to another application and modifying its icon can be done by creating a custom desktop entry file. This is typically...