Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel committed Sep 18, 2024
1 parent 68be549 commit 06e5956
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,40 @@ Image: `bento/rockylinux-8`
Hostname: `icinga-dev`
Provider: `VirtualBox`

The following ports will be forwarded into the Vagrant box:
* 80 (guest) => 80 (host)
* 443 (guest) => 443 (host) // Webserver with TLS not configured via default
* 5665 (guest) => 5665 (guest)

## Credentials

Default credentials if not customized (Format: `user` - `password`):
* Icinga Web 2 admin => `icinga` - `icinga`
* Icinga 2 API user => `poweruser` - `poweruser`
* IcingaDB-redis password => `redis-pass`
* Mysql `*.*` user => `poweruser` - `poweruser`
* Mysql root user: `root` - `root0815!`

## Components

The most common used components are pre-installed and configured.
* MySQL (Ansible role `geerlingguy.mysql`)
* Icinga (Ansible collection `icinga.icinga`)
* Icinga 2
* Icingadb
* Icingadb Redis
* Icinga Web 2
* Icinga Director
* Metrics (Ansible collection `tbauriedel.gographite`)
* go-carbon
* carbonapi

## Requirements

Ansible needs to be installed.
**Vagrant**
If you dont have it already check the official [installation guide](https://developer.hashicorp.com/vagrant/docs/installation).

**Ansible**
If you dont have it already check the official [installation guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).

## Usage
Expand All @@ -27,10 +58,3 @@ Start the Vagrant box: `vagrant up`
---

To sync additional modules or similar into the box, you can use the example inside of the [Vagrantfile](Vagrantfile) (Currently commented out).

## Forwarded ports

The following ports will be forwarded into the Vagrant box:
* 80 (guest) => 80 (host)
* 443 (guest) => 443 (host) // Webserver with TLS not configured via default
* 5665 (guest) => 5665 (guest)

0 comments on commit 06e5956

Please sign in to comment.