influxdb: fix missing arg specs (#33859)

* influxdb: fix missing arg specs

* influxdb: doc: move database_name spec to doc fragments

* influxdb: cleanup unused import
This commit is contained in:
René Moser 2017-12-13 12:41:57 +01:00 committed by GitHub
parent 20ce0bde30
commit 5bcc9cd1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 27 deletions

View file

@ -23,6 +23,10 @@ options:
description:
- The port on which InfluxDB server is listening
default: 8086
database_name:
description:
- Name of the database.
required: true
validate_certs:
description:
- If set to C(no), the SSL certificates will not be validated.