Category: Linux

ElasticSearch

Elasticsearch configuration file

The YAML file below can be used to run an Elasticsearch cluster. cluster.name: Windt-ES #define node 1, 2 and 3 as master-eligible: node.master: false #define nodes 4 and 5 as data nodes: node.data: true...

Getting started with Ansible

Ansible is not hard to use, nor complicated to setup. It can be setup from scratch rather fast. You only need one server where Ansible is installed, and preferably many hosts to connect to....

dig command not found

dig command not found

dig command not found is pretty annoying when you are trying to use the dig command 🙂 You are trying the using the dig command because you really want to resolve a domain name....