Ansible role to deploy LibreNMS on a Debian server.
monitor_admin_email
: Email address of the administrator of the monitoring server.monitor_admin_name
: Name of the monitoring server administrator.monitor_location
: Location of the monitoring server.
The following have default values, but should be customised:
librenms_version
: Version (branch or tag) of LibreNMS to clone from GitHub. Default: masterlibrenms_db_root_pass
: Password of the database root user. Default: changemelibrenms_db_pass
: Password of the LibreNMS database user. Default: changemelibrenms_admin_pass
: Initial password of the LibreNMS administrators account.. Default: changemesnmp_community
: Name of the SNMP community of devices that will get added to libreNMS automatically. Default: librenmslibrenms_server_name
: The name of the LibreNMS server (used by apache). Default: librenms.localhostlibrenms_timezone
: The time zone to use in LibreNMS (see http://php.net/manual/en/timezones.php). Default: Europe/Copenhagensnmp_network
: network to use in autodicovery. Default: 127.0.0.1/32 `
-
librenms_sys_user: librenms
-
librenms_sys_group: librenms
-
librenms_admin_user: admin