ansible-influxdb icon indicating copy to clipboard operation
ansible-influxdb copied to clipboard

Ansible Galaxy InfluxDB Role

Results 12 ansible-influxdb issues
Sort by recently updated
recently updated
newest added

In ansible 2.10.4 when using v6.0.0 gives the error: `The error was: template error while templating string: no filter named 'changed'` This is because "|" is deprecated. The solution is...

## Changes This fixes: ``` TASK [mtchavez.influxdb : Run config update] ************************************************************* fatal: [gcc-8.training.galaxyproject.eu]: FAILED! => {"msg": "The conditional check 'write_config | changed' failed. The error was: template error while...

Add support for the index-version data config that allows for toggling between an in-memory index ("inmem") and time series index ("tsi1") introduced in InfluxDB v1.3. ## Changes - adds the...

Ansible Version: 2.8.0 InfluxDB Version: **Irrelevant** ## Issue Your roles isn't download with ansible-galaxy because your versions tags aren't using the same format ## Steps to reproduce requirements.yml ```yaml -...

Ansible Version: 2.6.1 InfluxDB Version: 12.x ## Issue It looks like repos.influxdata.com is now using SNI (which isn't supported in python 2.7.6). Because the `ubuntu/trusty64` box currently comes with Python...

Ansible Version: 2.5 InfluxDB Version: v1.5 ## Issue Add support for [Time Series Index](https://docs.influxdata.com/influxdb/v1.5/concepts/tsi-details/) introduced in InfluxDB v1.3. Add a configuration for changing the `[index-version](https://docs.influxdata.com/influxdb/v1.5/administration/config/#index-version-inmem)` configuration. Default to `inmem` (other...

Ansible Version: 2.5.5 InfluxDB Version: InfluxDB v1.5.2 (git: 1.5 02d7d4f043b34ecb4e9b2dbec298c6f9450c2a32) ## Issue private key is not configured ## Steps to reproduce run on Ubuntu ## Expected behavior configure the private...

…ror. This is quite useful in cases where the destination node does not have Internet egress access. ## Changes This change provides variables for overriding the URLs to the Debian...

Changed 'include' to 'include_tasks' as 'include' will be deprecated in ansible v2.8 ## Changes Outline changes pull request is introducing ## Verify Add any steps on how to verify the...

Ansible Version: 2.x InfluxDB Version: 1.3 ## Issue Describe the issue. Does not support the web admin and [admin] options are ignored from the configuration file ## Steps to reproduce...