mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Add nomad_job port parameter (#7412)
* Add nomad_job port parameter * Add changelog frag * Update doc frag * Fix trailing whitespace * Add port to nomad_info * Update changelogs/fragments/7412-add-port-for-nomad-connection.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/doc_fragments/nomad.py Co-authored-by: Felix Fontein <felix@fontein.de> * Add space * Remove trailing whitespace --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
58846a6203
commit
714e06089e
4 changed files with 20 additions and 0 deletions
|
@ -18,6 +18,12 @@ options:
|
|||
- FQDN of Nomad server.
|
||||
required: true
|
||||
type: str
|
||||
port:
|
||||
description:
|
||||
- Port of Nomad server.
|
||||
type: int
|
||||
default: 4646
|
||||
version_added: 8.0.0
|
||||
use_ssl:
|
||||
description:
|
||||
- Use TLS/SSL connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue