Skip to content

Ansible playbook to install Centreon version 20.x on Centos/RHEL 7.x and 8.x

Notifications You must be signed in to change notification settings

hvad/ansible-centreon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-centreon

Centreon Infrastructure (Central - Poller - Db Server) deployment

  • Requires Ansible 2.9 or newer
  • Expects CentOS/RHEL 8.x hosts

These playbooks were tested on CentOS 8.x so we suggest CentOs or RHEL systems usage for module testing.

These playbooks can deploy a simple all-in-one Centreon server or a distributed infrastructure with one Central, many Pollers and a dedicated Db server.
Inventory file 'hosts' defines nodes in which the stacks have to be configured.

    [central]
    central

    [poller]
    poller1
    poller2

    [dbserver]
    db

The stack can be deployed using the following command:

    ansible-playbook -i hosts site.yml

Please note the administrator account of Mariadb has no default password

You must secure the installation of Mariadb.

SELinux and Firewall have to be disable for a ready-to-work Centreon setup.

You need to connect to this URL http://ip_address_centreon_web in order to achieve setup.

About

Ansible playbook to install Centreon version 20.x on Centos/RHEL 7.x and 8.x

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages