solidfire_exporter

solidfire-exporter

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure a Prometheus exporter for Solidfire.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

solidfire_exporter_endpoint

Endpoint to access Solidfire

Default value

solidfire_exporter_endpoint: https://127.0.0.1/json-rpc/11.3

solidfire_exporter_image

Docker image to use and run

Default value

solidfire_exporter_image: mjavier/solidfire-exporter:{{ solidfire_exporter_version
  }}

solidfire_exporter_insecure

Skip certificate verification

Default value

solidfire_exporter_insecure: true

solidfire_exporter_network

A Docker network to assign the container

Default value

solidfire_exporter_network:

solidfire_exporter_password

Password to access Solidfire

Default value

solidfire_exporter_password:

solidfire_exporter_publish

Publish the Docker image on thet binding

Default value

solidfire_exporter_publish: 9987

solidfire_exporter_pull_image

Pull image as part of the tasks

Default value

solidfire_exporter_pull_image: true

solidfire_exporter_username

Username to access Solidfire

Default value

solidfire_exporter_username:

solidfire_exporter_version

Version of the Docker image

Default value

solidfire_exporter_version: v0.6.1

Discovered Tags

solidfire-exporter

Dependencies

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install and configure a Prometheus exporter for Solidfire

Install
ansible-galaxy install rolehippie/solidfire-exporter
GitHub repository
License
apache-2.0
Downloads
15
Owner
Ansible role collection of Webhippie