Archives for DevOPS - Page 4
Run Jenkins Build From Command Line
Run Jenkins build from command is very simple in Linux system. Jenkins has support to command line client that allows you to access Jenkins from command line. To Trigger Jenkins…
Ansible Playbook validations
Ansible Playbook validations : While writing ansible playbook sometime we need to validate extra vars parameter or tasks. So that we can run ansible playbook without any fatal error or…
What’s new in ansible 1.6
Below are the list of new changes , Modules in Ansible Major features/changes in Ansible : The deprecated legacy variable templating system has been finally removed. Use {{ foo }}…
Elasticsearch Features
Distributed and Highly Available Search Engine. Each index is fully sharded with a configurable number of shards. Each shard can have one or more replicas. Read / Search operations performed…
Getting started with Elasticsearch
Getting started with Elasticsearch What is Elasticsearch? Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free…
Index mysql table into elasticsearch
Index MySQL Data into Elasticsearch This article will demonstrate step by step guideline to index MySQL data into Elasticsearch. Until the Elasticsearch version we have different river was there to…
Variable of variable in ansible playbook
While developing Ansible playbook for my on project I have some one usecase regarding use variable of variable in ansible playbook. So I found some workaround as I described in…
Getting Started with Ansible
Getting Started with Ansible What is Ansible? Ansible is Simple IT automation tools that managing your server infrastructure, Including Code Deploys, Handling services on your remote server, Installations and configurations…