mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user