Cyberithub

15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux

15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux 2

In this article, i will take you through 15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux. Vault is a special feature in Ansible implemented using ansible-vault tool to encrypt all the sensitive information like password, variable, data and any other information you want to protect. This tool is frequently used to ... Read more

How to Install Ansible on Ubuntu 18.04 with Best Practices

How to Install Ansible on Ubuntu 18.04 with Best Practices 5

In this tutorial, we will go through the steps to install Ansible on Ubuntu Server 18.04. Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration. We ... Read more