In our previous article, we discussed how to install Logstash on CentOS 7. Having the ability to install Logstash from a single command is a wonderous thing. So, in this post, we will see Logstash installation using Ansible playbook or role to do just that.
Tag: CentOS 7
Ansible role for Elasticsearch and its installation on CentOS 7
In our previous article, we discussed how to install elasticsearch on CentOS 7. Having the ability to install elasticsearch from a single command is a wonderous thing. So, in this post, we will see elasticsearch installation using Ansible playbook or role to do just that.
Install Python Elasticsearch Client on CentOS 7 and It’s Usage
elasticsearch-py is an official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python. The full documentation is available at http://elasticsearch-py.rtfd.org/
Ansible role for Jenkins and its installation on CentOS 7
In our previous article, we discussed how to install Jenkins on CentOS 7. Having the ability to install Jenkins from a single command is a wonderous thing. So, in this post, we will see Jenkins installation using Ansible playbook or role to do just that.
Ansible role for java 8 and its installation on CentOS 7
In our previous article, we discussed how to install java 8 on CentOS 7. Having the ability to install java 8 from a single command is a wonderous thing. So, in this post,
How to Install Jenkins on CentOS 7
Introduction
In our previous article, we discussed top open source continuous integration(CI) tools. Jenkins is an open source CI (Continuous Integration) tool written in Java, which is widely used for project development,
Configuring Grub 2 on CentOS 7 to Dual Boot with Windows 7
This post assumes that Windows was installed first, and then CentOS was installed second.
Once you install CentOS 7 alongside your Windows OS, you may find that you cannot boot into Windows.
ELK: How to install Elasticsearch, Logstash, Kibana (ELK Stack) on CentOS 7
In this tutorial, we will discuss the installation of the Elasticsearch, Logstash and Kibana (ELK Stack) on CentOS/RHEL. The ELK stack is mainly used for centralizing and visualizing logs from multiple servers for log analysis.
Devops: Install Python3 on CentOS 7 (RHEL)
In this article, we will see how to install python3 on Linux like RHEL, centos 7. By default, all of the Linux distributions come with pre-installed Python 2.x. not Python 3.x.
Step 1 –
Maven: How To Install Maven (Apache Maven) on CentOS 7(RHEL)
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.