community.general.nomad_job_info – Get Nomad Jobs info¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.nomad_job_info
.
New in version 1.3.0: of community.general
Parameters¶
See Also¶
See also
- Nomad jobs documentation
Complete documentation for Nomad API jobs.
Examples¶
- name: Get info for job awx
community.general.nomad_job_info:
host: localhost
name: awx
register: result
- name: List Nomad jobs
community.general.nomad_job_info:
host: localhost
register: result
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
FERREIRA Christophe (@chris93111)