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>.
RUN apt-get update && \
apt-get install -y ansible
RUN apt-get update && \
apt-get install -y ansible
RUN apk add ansible
RUN pacman -S --noconfirm ansible
RUN apt-get update && \
apt-get install -y ansible
RUN yum install -y ansible
RUN dnf install -y ansible
RUN apt-get update && \
apt-get install -y ansible