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:
lwm
2018-10-09 13:54:31 +02:00
committed by John R Barker
parent 23c2dc3b2a
commit 8d0f823de0
3 changed files with 286 additions and 1 deletions

View File

@@ -33,4 +33,5 @@ xmljson
pexpect
# requirement for the linode module
linode-python
linode-python # APIv3
linode_api4 ; python_version > '2.6' # APIv4