aperrin66
6eedc4d075
Add grants to influxdb_user ( #46216 )
...
* add grants management for module influxdb_user
* influxdb_user : add documentation for the "grants" argument
2019-04-09 19:28:32 +02:00
Michael Rose
bcae7f24cb
influxdb_user: Fixed unhandled exception on invalid login credentials ( #50134 )
2018-12-20 11:47:39 +00:00
Michael Rose
b422c59ada
Amends #47040 - influxdb_user - Prevents potential accidental password changes to blank ( #49084 )
...
* Amends #47040 - Prevents potential accidental password changes to blank
* Added changelog fragment
2018-12-12 12:43:37 -05:00
Michael Rose
1eed8900ed
influxdb_user: Fixed default password behavior ( #47040 )
2018-11-23 19:25:07 +00:00
Michael Rose
0886c20d19
influxdb_user - Allows updates to user privileges ( #46667 )
...
* influxdb_user - Allows updates to user privileges
* influxdb_user - Updated documentation for admin roles
2018-11-20 20:08:39 +01:00
Guido Günther
960dfa862b
influxdb_retention_policy: don't fail with empty error message ( #28792 )
...
On connection errors the influxdb python module raises an exception with
an empty message leading to a fail_json with an empty error message:
265d14736b/influxdb/influxdb08/client.py (L252)
Fail with a more descriptive error in this case.
2018-10-08 07:23:53 -04:00
Stijn Martens
049a462058
Update influxdb_database.py ( #39984 )
...
InfluxDB >= 1.2.4 is not supported
+label: docsite_pr
2018-09-18 12:54:02 -05:00
René Moser
aa874c3c36
influxdb_query: fix use of common return results ( #39626 )
2018-05-05 14:11:42 +02:00
John R Barker
7c4b91844d
More validate module fixes ( #39097 )
...
* Fix type bool DOCUMENTATION issues
2018-04-24 18:05:50 +01:00
Artem Zinenko
56f640d874
influxdb_user: implement user password change ( #35471 )
...
* Added tests on user removing
* Implemented password changing
* Fix after review
* Added zhhuta changes
2018-02-06 11:01:51 +01:00
Artem Zinenko
005a8278c6
influxdb: fix 'database_name' not optional ( #35280 )
...
follup up of 168fb07cba
2018-01-24 16:25:12 +01:00
René Moser
386c6b4051
influxdb: add login aliases ( #34599 )
...
influxdb_user module has user_name, user_password which may confuse with existing
login arg username and password. Added aliases prefixed ith login_ to
help distinguish.
2018-01-19 14:54:42 +01:00
Vitaliy Zhhuta
bac5808b94
New module for managing user in InfluxDB ( #31566 )
2018-01-05 15:27:43 +05:30
René Moser
0f32f01644
influxdb: new module influxdb_write ( #33800 )
2017-12-22 08:20:18 +01:00
René Moser
a067575cab
influxdb: new module influxdb_query ( #33801 )
2017-12-21 07:03:27 +01:00
René Moser
168fb07cba
influxdb: make param database_name uncommon ( #34021 )
2017-12-19 20:51:07 +01:00
René Moser
5bcc9cd1c3
influxdb: fix missing arg specs ( #33859 )
...
* influxdb: fix missing arg specs
* influxdb: doc: move database_name spec to doc fragments
* influxdb: cleanup unused import
2017-12-13 12:41:57 +01:00
Abhijeet Kasurde
1d53fbeb59
Add ssl, validate_certs in InfluxDB modules ( #33327 )
...
This fix adds ssl and validate_certs argument spec for InfluxDB
modules. Also, refactors code.
Add BSD License.
Fixes : #31923
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-12-12 07:56:24 +01:00
Matt Clay
9735a70059
Fix invalid string escape sequences.
2017-11-21 20:59:08 -08:00
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
Toshio Kuratomi
0b9a78f0b3
Remove wildcard, add boilerplate and get rid of get_exception
...
* smaller collections of database modules
* Some of the smaller collections of network modules
2017-07-31 13:51:38 -07:00
Matt Martz
3164e8b561
E501 fixes ( #22879 )
2017-03-22 20:50:28 -05:00
Toshio Kuratomi
eb1214baad
New metadata 1.0 ( #22587 )
...
Changes to the metadata format were approved here:
https://github.com/ansible/proposals/issues/54
* Update documentation to the new metadata format
* Changes to metadata-tool to account for new metadata
* Add GPL license header
* Add upgrade subcommand to upgrade metadata version
* Change default metadata to the new format
* Fix exclusion of non-modules from the metadata report
* Fix ansible-doc for new module metadata
* Exclude metadata version from ansible-doc output
* Fix website docs generation for the new metadata
* Update metadata schema in valiate-modules test
* Update the metadata in all modules to the new version
2017-03-14 09:07:22 -07:00
Matt Martz
7c00346714
Validate EXAMPLES as YAML
2017-02-15 13:01:43 -08:00
James Cammarata
011ea55a8f
Relocating extras into lib/ansible/modules/ after merge
2016-12-08 11:35:18 -05:00