ansible-middleware / common

Collection containing common utilities to support Ansible Middleware automation
Apache License 2.0
2 stars 4 forks source link

Remove use of Python requests library in jbossnetwork API interaction #15

Closed sabre1041 closed 1 year ago

sabre1041 commented 1 year ago

The interaction with the jbossnetwork API makes use of the Python requests library.

Ansible modules includes libraries for interacting with URL based targets and would eliminate the need to include external dependencies.

Migrate jbossnetwork api modules from requests to native Ansible module_utils to interact with HTTP/HTTPS based queries

guidograzioli commented 1 year ago

Thanks for the PR