In our previous article we discussed the procedure/steps to manage secrets(passwords/keys/certs files) by using ansible vault. In this article, we will discuss the next step i.e.
Category: Ansible
Devops News : Ansible New Version Released ansible 2.5
#Ansible 2.5 just released!
New features + enhanced support for #AWS, #Azure, #Google_Cloud, and #VMware
Official Article
Ansible: Create Custom Ansible Module
Introduction – Ansible and Ansible Modules
Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery + software provisioning. In our previous tutorials we already discussed Ansible installation and configuration,
Ansible Tower REST API with Python (tower-cli / python)
Introduction
Ansible Tower (license’s product) is a web-based solution by RedHat that makes Ansible even more easy to use for IT teams of all kinds. It’s designed to be the hub for all of your automation tasks.
Ansible Role for Kibana and its installation on CentOS 7
In our previous article, we discussed how to install Kibana on CentOS 7. Having the ability to install Kibana from a single command is a wonderous thing. So, in this post, we will see Kibana installation using Ansible playbook or role to do just that.
Ansible Role for Logstash and its installation on CentOS 7
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.
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.
Manage secrets/passwords with Ansible Vault (ansible-vault)
Introduction
Ansible vault is a feature of ansible that allows keeping sensitive data such as secrets, passwords or keys in encrypted files, rather than as plaintext in your ansible playbooks or ansible roles.
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.