top of page
Search


How to install node.js on Centos using NVM (Node Version Manager)
Node.js is an open source server environment. Node.js allows you to run JavaScript on the server. There are different method you can use...

Siddhesh Kadam
3 min read


Ansible Roles
Ansible Roles concepts provides skeleton for an independent collection of different variables.. Roles are grouping of tasks which can be...

Siddhesh Kadam
2 min read


Ansible Ad-hoc
Ansible Ad hoc commands can be run to perform some quick operations on bunch of nodes at the same time. These commands are one liner with...

Siddhesh Kadam
2 min read


Why Docker ??
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to...

Siddhesh Kadam
4 min read


How To Write Your First Ansible Playbook
What is Playbook ? Ansible playbook is an organized unit of scripts that defines work for a server configuration managed by the...

Siddhesh Kadam
2 min read


How to Setup Ansible Tower & Establish SSH Trust With Client
What is Ansible ? Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application...

Siddhesh Kadam
2 min read


Ansible Vault
Ansible Vault is a feature that allows keeping secrete data like Server Password & private key in encrypted files, rather than as...

Siddhesh Kadam
1 min read


Cassandra Cluster With Single Seed Node
Cassandra Cluster The cluster is a collection of nodes that represents a single system. In this tutorial, we'll be going to put some...

Siddhesh Kadam
2 min read


Apache Cassandra
What is Cassandra ? Apache Cassandra is a free and open-source, distributed, wide column store, NoSQL database management system...

Siddhesh Kadam
2 min read


ElasticSearch Cluster Status
What is Elasticsearch ? Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable...

Siddhesh Kadam
2 min read
bottom of page
