Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-cacti-client
- Owner: Oefenweb
- License: mit
- Created: 2015-10-23T12:58:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:01:49.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:36:34.884Z (about 1 year ago)
- Topics: ansible, cacti, client, debian, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!