ansible-vault (1) Linux Manual Page
ansible-vault – manage encrypted ansible vars files (YAML). Synopsisansible-vault [create|decrypt|edit|encrypt|rekey] [–help] [options] file_name Descriptionansible-vault can encrypt any structured data file used by Ansible. This can include group_vars/ or host_vars/ inventory variables, variables loaded by include_vars or vars_files, or variable files passed on the ansible-playbook command line with -e @file.yml or -e @file.json. Role variables and…
