mirror of https://github.com/ansible/ansible.git
influxdb: Add support for 'path' parameter (#61173)
While it's possible to host InfluxDB on a different path prefix (through a reverse proxy such as nginx or traefik), the Ansible influxdb_* modules did't support that use case. The patch adds a 'path' parameter, which is passed to the influxdb Python client. Example for connecting to InfluxDB running on http://localhost/influxdb - hosts: all tasks: - influxdb_database: database_name: test path: influxdb port: 80pull/61697/head
parent
9ccef9e819
commit
7197c41fff
Loading…
Reference in New Issue