Commit Graph

12 Commits

Author SHA1 Message Date
Ethan Paul 50a5481108
Bump version to 0.1.3 2023-04-03 11:58:58 -04:00
Bryce Lowe 45ab9addb3
fix: remove encoding from password file reads
The password files are opened in binary mode so an encoding argument isn't necessary and causes the script to crash.

Fixes #2
2023-04-01 21:50:40 -07:00
Ethan Paul bdb62993a2
Bump patch version 2022-05-07 18:37:21 -04:00
Ethan Paul c729414b03
Document main logic function for processing filepaths
Fix docstring on confirm function
2022-05-07 12:26:56 -04:00
Ethan Paul c7c2a87ebb
Bump patch version 2022-04-21 15:29:49 -04:00
Ethan Paul 8e9df58f43
Fix replacement bug when the same vaulted block appears twice in a file 2022-04-21 15:29:48 -04:00
Ethan Paul 9943dd112c
Update internal logic
Reduce duplication in password loading logic
Reorder internal functions to improve logical grouping
Improve logging clarity
Add better handling of decryption errors
2022-04-21 15:17:29 -04:00
Ethan Paul 71a464cb26
Update ansible-core to be an option dependency
Removes restriction on destination environment, allowing users to use
the same version of ansible with this script as they use for everything else
2022-04-08 02:09:38 -04:00
Ethan Paul b9bb307738
Add documentation and fix runtime bug
Fix issue where a newline was added after every character of newly vaulted yaml content
Add docs, fix linting errors, confess to my sins
2022-04-08 01:35:34 -04:00
Ethan Paul 626c6df823
Bump feature version for MVP 2022-04-08 00:56:37 -04:00
Ethan Paul cecb42022a
Add mvp functionality 2022-04-08 00:56:36 -04:00
Ethan Paul 97e3352f14
Initial commit 2021-10-06 18:08:46 -04:00