Skip to content

shurik-io/ansible-role-icinga2_agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROLE ICINGA2_AGENT

image

image

image

This role is used to install the Icinga2 agent and the nagios plugins.

Requirements

This role requires the EPEL repositories to be configured on the target system. The following role is suggested: adfinis-sygroup.pkg_mirror

Role Variables

icinga2_agent_yum:
  # The Icinga yum repository
  repo: "http://packages.icinga.com/epel/$releasever/release/"
  # The icinga signing key
  key: "http://packages.icinga.com/icinga.key"

icinga2_agent_apt:
  # The Icinga apt repository
  repo: "deb http://packages.icinga.com/{{ ansible_distribution|lower }} icinga-{{ ansible_distribution_release }} main"
  # The icinga signing key
  key: "http://packages.icinga.com/icinga.key"

Dependencies

This role has no direct dependency to other roles.

Example Playbook

- hosts: servers
  roles:
     - { role: adfinis-sygroup.icinga2_agent }

License

GPL-3.0

Author Information

icinga2_agent role was written by:

About

This role is used to install the icinga2 agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published