ansible-vault

Encrypts & decrypts values, data structures and files within Ansible projects. More information: <https://docs.ansible.com/ansible/latest/user_guide/vault.html#id17>.

Debian Debian
RUN apt-get update && \ apt-get install -y ansible
Ubuntu
RUN apt-get update && \ apt-get install -y ansible
Alpine
RUN apk add ansible
Arch Arch Linux
RUN pacman -S --noconfirm ansible
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ansible
CentOS
RUN yum install -y ansible
Fedora
RUN dnf install -y ansible
Raspbian
RUN apt-get update && \ apt-get install -y ansible
click the source code to copy install ansible-vault on any operating system with command-not-found.com