Skip to content

skilld-labs/plasmactl-processors

Repository files navigation

plasmactl-processors

A Launchr plugin that provides template processors for enhanced action functionality.

Features

Ansible Vault Template Function

Decrypt and extract values from Ansible Vault files using dot-notation key paths.

Usage in Action Definition:

action:
  title: Example with Ansible Vault
runtime:
  type: container
  image: alpine
  command:
    - '{{ AnsibleVault "path/to/vault.yaml" "foo.bar" }}'

Setup: Store your Ansible Vault passphrase securely using Keyring:

plasmactl keyring:set "ansible-vault:path/to/vault.yaml"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published