jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Add support for Variables API #139

Closed ViViDboarder closed 1 year ago

ViViDboarder commented 1 year ago

As of Nomad 1.4, there is now the ability to use Nomad to store variables that can be accessed by jobs.

API documentation: https://developer.hashicorp.com/nomad/api-docs/variables

This is something that I'd be interested in adding at some point myself so I can build it into an Ansible module if nobody gets around to it.

nikita-b commented 1 year ago

I'm working on it right now. I hope it'll be finished this week and will be available as a 1.5.0 version.

nikita-b commented 1 year ago

Support was added in https://github.com/jrxFive/python-nomad/pull/141