ansible-vault-mode icon indicating copy to clipboard operation
ansible-vault-mode copied to clipboard

Minor mode for manipulating ansible-vault files

Results 12 ansible-vault-mode issues
Sort by recently updated
recently updated
newest added

Hey, I added a simple lookup for upper directories for ansible.cfg. Usually ansible.cfg is located in the root of project, and encrypted files are somewhere else, i.e. under vars/ directory....

My current setup allows me to use `ansible-vault...` to open vaults without passwords as become_passwords have been defined. Is this functionality able to be used in ansible-vault-mode? I've looked at...

This fixes https://github.com/zellio/ansible-vault-mode/issues/29. Signed-off-by: Harald Judt

When an ansible-vault-mode buffer gets killed, the vault-id in ansible-vault-vault-id-list gets removed when a buffer gets killed. Next time one opens the same file, ansible-vault-mode prompts for a vault password....

The mode expects file with password. Would it be possible to provide it with an executable script that pulls a password from GnuPG agent or uses some other CLI tools?

While I fully realise, the following would not be a common use case, it does show an issue in the code base, so I thought I'd report it. I noted...

Zachary, While reading the documentation for this package, it asks the user to define a function, OK, but that function calls a private function — at least to my understanding...

Zachary, I went ahead and created a patch for [Issue #24](https://github.com/zellio/ansible-vault-mode/issues/24), and a typo I discovered during the process. I hope it meets with you approval, Peter

Thanks for developing `ansible-vault-mode`, I noticed that does not function on CentOS 8.5 Emacs 26.1, due to the use of a newer `setq-local` accepting multiple variables and values in a...

When ansible-vault-mode needs to ask for the password the following output is displayed in the `*ansible-vault-error*` buffer immediately after using `ansible-vault-decrypt-region` ``` ansible-vault decrypt --output=- /usr/lib/python3.8/getpass.py:91: GetPassWarning: Can not control...