ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
813 stars 1.49k forks source link

Add nomad module_utils #7688

Open apecnascimento opened 9 months ago

apecnascimento commented 9 months ago

Summary

Until this day all Nomad modules have different ways to do same tasks as create a Nomad client for example. The ideia is migrate all common logic used by all current modules to plugins/module_utils/nomad.py to redude code repetition and make easy to build unity tests and future modules.

Issue Type

Feature Idea

Component Name

nomad_job, nomad_job_info, nomad_token

Additional Information

No response

Code of Conduct

ansibullbot commented 9 months ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 9 months ago

cc @chris93111 click here for bot help

chris93111 commented 9 months ago

👍