1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/lookup
bratw0rst 28ac4b79e2
Added umask option to passwordstore lookup plugin. (#1156)
* Added umask option to passwordstore lookup plugin.

* Added umask documentation and changelog fragment.

* Added default values to paramvals within the run method.

* removed blank lines (PEP8)

* Update changelogs/fragments/lookup-passwordstore-umask.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/lookup/passwordstore.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/lookup-passwordstore-umask.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* passwordstore lookup plugin: changelog fragment update

* passing environment variables to subprocess.Popen()

* Update plugins/lookup/passwordstore.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* rm trailing whitespace

* Don't force default umask in the plugin, pass will take care of this.

* remove default from the documentation string

* remove trailing whitespaces

* prevent KeyErrors when checking if key exits in paramvals.

* Update plugins/lookup/passwordstore.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix for TypeError

* revert back to old directory test

Co-authored-by: bratw0rst <c.chmiel@speakup.nl>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-24 08:05:59 +01:00
..
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
cartesian.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
chef_databag.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
consul_kv.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
credstash.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
cyberarkpassword.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
dig.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
dnstxt.py Fix plugins (names, constants, FQCNs in examples) (#722) 2020-08-08 22:04:34 +02:00
dsv.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
etcd.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
etcd3.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
filetree.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
flattened.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
gcp_storage_file.py Fix gcp_storage_file lookup plugin (#1284). 2020-11-13 16:01:10 -05:00
hashi_vault.py Fix hashi_vault lookup approle authentication (#1138) 2020-11-16 16:42:42 +01:00
hiera.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
keyring.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
lastpass.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
lmdb_kv.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
manifold.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
nios.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
nios_next_ip.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
nios_next_network.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
onepassword.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
onepassword_raw.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
passwordstore.py Added umask option to passwordstore lookup plugin. (#1156) 2020-11-24 08:05:59 +01:00
redis.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
shelvefile.py Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
tss.py Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00