Linux Application Scripts and codes

Deploy AWS EC2 instances using Ansible

Estimated read time 3 min read

We have seen in the past how to use Terraform to deploy AWS EC2 instance. But, this is also possible using Ansible. In this blog post, we will focus on the deployment of AWS EC2 instance using Ansible. I assume [Read More…]

Linux Application MeetUps and Presentations

cyberstorm.mu team at Developers Conference Mauritius

Estimated read time 6 min read

A few weeks back, I registered myself to present the Ansible automation tool at the Developers Conference 2019 at Voila Hotel, Bagatelle Mauritius. The event is an initiative of Mauritius Software Craftsmanship Community – MSCC sponsored by several companies such [Read More…]

Linux Application Linux System

Project Tabulogs: Linux Last logs on HTML table with Ansible

Estimated read time 9 min read

Project Tabulogs: It will give you the ability to display logs on an HTML tabular format page using Ansible Playbook. Some days back, I shed some ideas, how to use Ansible to create an agentless server inventory with an interesting [Read More…]

Linux Application Linux System

An agentless servers inventory with Ansible & Ansible-CMDB

Estimated read time 6 min read

Building from scratch an agentless inventory system for Linux servers is a very time-consuming task. To have precise information about your server’s inventory, Ansible comes to be very handy, especially if you are restricted to install an agent on the [Read More…]

Linux Application Linux System

Some tips with Ansible Modules for managing OS and Application

Estimated read time 2 min read

In the year 2016, I published some articles on Ansible: Getting started with Ansible deployment, which provide some guides to get started with Ansible, setting up the SSH key and other basic stuffs. Another article is about LVM configuration on [Read More…]