mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
Add a Linode v4 dynamic inventory plugin. (#45902)
* Add a Linode v4 dynamic inventory plugin. Closes https://github.com/ansible/ansible/issues/44721. * Use the latest API for accessing host variables. References: * https://github.com/linode/linode_api4-python/issues/141 * Minor docs formating
This commit is contained in:
parent
23c2dc3b2a
commit
8d0f823de0
3 changed files with 286 additions and 1 deletions
|
|
@ -33,4 +33,5 @@ xmljson
|
|||
pexpect
|
||||
|
||||
# requirement for the linode module
|
||||
linode-python
|
||||
linode-python # APIv3
|
||||
linode_api4 ; python_version > '2.6' # APIv4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue