playbook_monitorix/README.md

568 B

monitorix playbook

Introduction

This is the top level playbook for the 'monitorix' role, and will install monitorix on the target host.

The role requires that the 'monitorix_pkg" variable be set

This variable will hold the name of the desired package to install from https://www.monitorix.org.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> -e "monitorix_pkg=<pkg_name>" monitorix.yml

ie,
ansible-playbook -i 192.168.0.101, -e "monitorix_pkg=monitorix_3.13.1-izzy3_all.deb" monitorix.yml