mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
influxdb: default hostname to localhost (#34117)
This commit is contained in:
@@ -10,7 +10,8 @@ options:
|
||||
hostname:
|
||||
description:
|
||||
- The hostname or IP address on which InfluxDB server is listening
|
||||
required: true
|
||||
- Since version 2.5, defaulted to localhost.
|
||||
default: localhost
|
||||
username:
|
||||
description:
|
||||
- Username that will be used to authenticate against InfluxDB server
|
||||
|
||||
Reference in New Issue
Block a user