community.general/lib/ansible/plugins
Gaël Lambert 82949f6e6f lookup hashi_vault: Add Vault App role in auth_method (#22403)
Provide Vault App role method to the lookup.

https://www.vaultproject.io/docs/auth/approle.html

Usage :

`{{ lookup('hashi_vault', 'secret=secret/hello:value auth_method=approle role_id=myroleid secret_id=mysecretid url=http://myvault:8200')}}`

You can skip `role_id` and `secret_id` if you set `VAULT_ROLE_ID` and `VAULT_SECRET_ID` environment variables.
2017-12-14 13:25:05 -06:00
..
action fix ce.py provider param issue (#27876) 2017-12-09 19:03:31 +05:30
cache Config continued (#31024) 2017-11-16 13:49:57 -05:00
callback Fix a few docs build issues (#33685) 2017-12-14 17:33:27 +00:00
cliconf Promote get_prompt to live in network_cli instead of cliconf (#33880) 2017-12-14 09:51:41 -05:00
connection Promote get_prompt to live in network_cli instead of cliconf (#33880) 2017-12-14 09:51:41 -05:00
filter Rekey on member (#33836) 2017-12-12 19:02:15 -08:00
inventory Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869) 2017-12-13 14:19:19 -05:00
lookup lookup hashi_vault: Add Vault App role in auth_method (#22403) 2017-12-14 13:25:05 -06:00
netconf fixes guess_os for netconf connections (#33671) 2017-12-07 20:17:41 +05:30
shell minor become/runas cleanup (#32564) 2017-11-06 11:24:04 -08:00
strategy Fix included task's name in handler (#33821) 2017-12-12 17:52:01 +01:00
terminal Adding network_cli support in mlnxos (and removing provider) (#33511) 2017-12-06 14:22:15 +00:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py add lookups to config system (#33026) 2017-11-20 09:24:10 -05:00