Set up a machine (client) so it can be monitored by cacti (server).
None
-
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
None
---
- hosts: all
roles:
- oefenweb.cacti-client
vars:
cacti_client_authorized_keys:
- src: ../../../files/cacti-client/etc/cacti/id_rsa.pub
MIT
Mischa ter Smitten
Are welcome!