Skip to content

edwardtheharris/ansible-monitoring

Repository files navigation

abstract authors date title
Readme providing basic usage for the standard monitoring package used by the author for systesms on his network.
name email
Xander Harris
xandertheharris@gmail.com
2025-06-27
Ansible Monitoring Readme

Assumptions

The default configuration assumes a vault password exists at {file}/etc/ansible/vault. It also assumes the inventory file is in {term}YAML format and located at {file}/etc/ansible/hosts.yml

Usage

You can find an example inventory file below, this inventory is intended to house a bare metal {term}Kubernetes cluster with a single control plane and three nodes. This inventory is an example only and does not represent any actual resources.

:caption: /etc/ansible/hosts.yaml

all:
  hosts:
    kcp01.example.com:
      ansible_user: user
    k8s01.example.com:
      ansible_user: user
    k8s02.example.com:
      ansible_user: user
    k8s02.example.com:
      ansible_user: user
kcp:
  hosts:
    kcp01.example.com:
      ansible_user: user
kcp:
  hosts:
    kcp01.example.com:
      ansible_user: user
    kcp02.example.com:
      ansible_user: user
    kcp03.example.com:
      ansible_user: user

About

Ansible role to install glances and configure a prometheus exporter.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages