Skip to content

Ansible Vault CLI Github Action

Actions
Allows one to run Ansible Vault and Linux related commands
v1
Latest
Star (3)

Ansible Vault CLI Github Action

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.

Inputs

command

Required Command to execute. Default "ansible-vault".

vault_key

Required Your vault key. Default ''.

Example usage

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.

About

Allows one to run Ansible Vault and Linux related commands
v1
Latest

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.