Commit Graph

14 Commits

Author SHA1 Message Date
Daniel Gonçalves 7eb7ba7dbf
Create an Ansible collection 2022-07-09 16:21:07 +02:00
Victor Zemtsov 9927cc45a7 Add possibility to run socket by cli manually 2022-07-06 00:05:45 +03:00
Victor Zemtsov f042f2e5db Fix zero socket TTL 2022-06-22 10:39:25 +03:00
Victor Zemtsov 992c83a008 Add pykeepass==4.0.1
- Replace socket data format from json to plain text
- Fix fetching entities contains slashes in path
- Move code into one file (socket opening by the plugin)
2022-05-26 09:03:17 +03:00
Victor Zemtsov d8e176a2a6 delete fetching from file wthout socket 2022-05-25 21:55:33 +03:00
Victor Zemtsov 06cba5cbac Merge branch 'kpsock_custom_property' of https://github.com/netzguerilla/ansible-keepass into netzguerilla-kpsock_custom_property 2021-01-27 10:09:41 +03:00
hefee 2e96dd1808 add documentation for third parameter. 2020-10-13 15:35:33 +02:00
hefee 5f33306f95 Custom field properties via kpsock.
kpsock does needs the information, that a custom field properties is
requested to return the correct value.
2020-10-13 15:10:48 +02:00
Thomas Kropeit 2f23638d8b
Evaluate Ansible templates on input variables
Changes are inspired from the vars-lookup core module: https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/vars.py
2020-09-15 15:40:10 +02:00
callum f6fc6437be Added support for custom field properties 2020-06-22 18:24:26 +01:00
Victor Zemtsov 998c1a48fc Fix kpsock and add logging
kpsock.py:
- Add logging
- Fix AF_UNIX path too long
- Prevent to open socket > 1
- Some code improvements
2020-03-06 15:02:54 +03:00
Victor Zemtsov 93cb0e34eb Multiple entries with one file open 2019-05-07 00:26:38 +03:00
Victor Zemtsov f126fb5d40 Add alternative usage with UNIX socket 2019-03-21 13:49:33 +03:00
Victor Zemtsov 6a94e2f2c1 Initial commit 2019-03-15 00:32:22 +03:00