No description
Find a file
Matej Focko 4b80dac477
feat: allow plain-text diff of Ansible Vault
• ‹.gitattributes›
  · use custom “diff algorithm” with text conversion
  · also merge as binary files to avoid corrupting the encrypted content

• ‹ansible.cfg› — pass path to an executable script for getting vault
  password; this will run the script to get the password

• ‹gitconfig› — add the custom “diff algorithm”

• ‹get_vault_pass.sh› — use Bitwarden CLI to get the Ansible Vault pass

Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-21 12:17:41 +02:00
collections chore(ansible): add posix to requirements 2024-07-07 17:39:01 +02:00
defaults feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
group_vars feat(editor_vscode): install extensions 2024-12-30 12:39:50 +01:00
handlers feat: create handlers in top-level 2024-11-18 15:21:19 +01:00
host_vars chore: rename ‹ssh› group of roles 2024-12-12 16:10:22 +01:00
playbooks feat(os_deb): create role for setting apt repos 2024-12-26 15:42:04 +01:00
roles feat: allow plain-text diff of Ansible Vault 2025-04-21 12:17:41 +02:00
scripts feat: allow plain-text diff of Ansible Vault 2025-04-21 12:17:41 +02:00
.ansible-lint ci: reformat ansible-lint config 2023-08-27 11:41:08 +02:00
.gitattributes feat: allow plain-text diff of Ansible Vault 2025-04-21 12:17:41 +02:00
.gitignore chore(git): add gitignore 2024-07-12 14:50:33 +02:00
.pre-commit-config.yaml ci: ansible lint only relevant files 2024-05-07 13:45:06 +02:00
ansible.cfg feat: allow plain-text diff of Ansible Vault 2025-04-21 12:17:41 +02:00
inventory feat: convert inventories and use Ansible Vault 2024-11-13 09:45:54 +01:00
Makefile fix: switch to hosts instead of inventory 2023-08-31 11:54:36 +02:00