Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-cacti-client

Ansible role to set up cacti in Debian-like systems (client side)
https://github.com/oefenweb/ansible-cacti-client

ansible cacti client debian ubuntu

Last synced: about 1 month ago
JSON representation

Ansible role to set up cacti in Debian-like systems (client side)

Awesome Lists containing this project

README

        

## cacti-client

[![CI](https://github.com/Oefenweb/ansible-cacti-client/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-cacti-client/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-cacti--client-blue.svg)](https://galaxy.ansible.com/Oefenweb/cacti_client)

Set up a machine (client) so it can be monitored by cacti (server).

#### Requirements

None

#### Variables

* `cacti_client_user`: [default: `cacti`]: The user that the cacti server will use to login
* `cacti_client_group`: [default: `cacti`]: The primary group of the cacti user
* `cacti_client_groups`: [default: `[]`]: The secondary groups of the cacti user

* `cacti_client_authorized_keys`: [default: `[]`]: Authorized key declarations
* `cacti_client_authorized_keys.{n}.src`: [required]: The local path of the key
* `cacti_client_authorized_keys.{n}.state`: [optional, default: `present`]: State

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.cacti-client
vars:
cacti_client_authorized_keys:
- src: ../../../files/cacti-client/etc/cacti/id_rsa.pub
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-cacti-client/issues)!