This repository has been archived on 2020-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
galaxy-influx/README.md

508 B

galaxy-influx

Install Influx DB timeseries server on Debian

Requirements

None

Role Variables

  • admin_name: admin username
  • admin_pass: admin password
  • influx_port: port used by influx

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - role: galaxy-influx

Run tests

Needs galaxy-vagrant to run tests

Ensure galaxy-vagrant is up

ansible-playbook -i tests/inventory tests/test.yml