Ansible Vault CLI Github Action
ActionsTags
(2)This action is based on ubuntu:bionic image.
You can execute all Ansible Vault related actions i.e.
You can also execute standard Linux commands as base Docker image is ubuntu.
Required Command to execute. Default "ansible-vault".
Required Your vault key. Default ''.
uses: anthonykgross/ansible-vault-cli-github-action@v1
with:
vault_key: ${{ secrets.vault_key }}
command: "ansible-vault decrypt foo.yml"
Ansible Vault CLI Github Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.