Ansible

automation of application platform building using terraform, ansible & jenkins

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas

Introduction Automation of platform building is one of the key areas which helps to bring production grade application live comparably must faster. And automation also enables reusability. So, it might be painful at the initial stage to develop the automated solution but in the long run you will be benefited. When we speak about any […]

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas Read More »

Java installation through automation - using Ansible

Automation of Java installation – using Ansible

Introduction Automation is the key aspect in DevOps methodology. It helps in faster software delivery. Developing an automated solution always takes more time at the initial stage, but we all know how it benefits us in the future. In this article we will see automation of java installation using ansible. Prerequisite Hands-on knowledge of Ansible

Automation of Java installation – using Ansible Read More »

How to use ansible vault to encrypt sensitive information, playbook, inventory

How to use Ansible Vault to encrypt sensitive information, playbook, inventory

Introduction to Ansible Vault Ansible vault is a feature of Ansible which help us to encrypt sensitive information (e.g., credential, key etc.), playbook (YAML file), inventory file etc. Ansible Vault uses ansible-vault command line tool. We can use this command line tool to encrypt, decrypt files. Prerequisite of using ansible vault is we need to

How to use Ansible Vault to encrypt sensitive information, playbook, inventory Read More »

remote file editing or remote file syncing using atom ide

How to use Atom IDE for remote file editing or remote file syncing

Introduction In this article, we will discuss how to use Atom IDE to sync files with a remote server. First, let’s understand why do we need this, I will take one example. For example, you are working “Ansible playbook” and your remote Linux server is ‘ansible host’. Now, it is a little difficult to write

How to use Atom IDE for remote file editing or remote file syncing Read More »