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/lib/ansible/modules/cloud/digital_ocean
Patrick Marques f1816bb438 Update module digital_ocean_sshkey (#18930)
* add new module do_sshkeys

* Deprecate digital_ocean_sshkey.py in favor of do_sshkeys

* Should not exit changed if name not set and key exist

* Add ansible metadata

* Return "ansible_facts" instead of "data" key

* Update documentation and remove unused import

* Remove facts module (1 module / PR)

* Fix

* Fix

* fix version_added

* Change old module status to deprecated

* Change old module status to deprecated

* Fix module deprecation

* Add support for new DO_OAUTH_TOKEN env var

* Fix python 2.6 positional index

* Update deprecation info

* Configure timeout and validate_certs for fetch_url

* rename do_sshkeys to digital_ocean_sshkeys

* Module is replaced, not deprecated anymore

* Fix module name

* Add version to new parameters

* Update module from boilerplate
2017-08-07 09:58:47 -04:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
digital_ocean.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
digital_ocean_block_storage.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
digital_ocean_domain.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
digital_ocean_floating_ip.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
digital_ocean_sshkey.py Update module digital_ocean_sshkey (#18930) 2017-08-07 09:58:47 -04:00
digital_ocean_tag.py Fix JSON parsing for Python3 2017-08-02 06:47:44 -07:00