adfinis-sygroup.graphite
============= RÔLE GRAPHITE =============
.. image:: https://img.shields.io/github/license/adfinis-sygroup/ansible-role-graphite.svg?style=flat-square :target: https://github.com/adfinis-sygroup/ansible-role-graphite/blob/master/LICENSE
.. image:: https://img.shields.io/travis/adfinis-sygroup/ansible-role-graphite.svg?style=flat-square :target: https://github.com/adfinis-sygroup/ansible-role-graphite
.. image:: https://img.shields.io/badge/galaxy-adfinis--sygroup.graphite-660198.svg?style=flat-square :target: https://galaxy.ansible.com/adfinis-sygroup/graphite
Installe et configure une configuration de base avec carbon, graphite-web et whisper.
Exigences
Ce rôle n'a aucune exigence.
Variables du Rôle
.. code-block:: ini
graphite_web_db_name: "/opt/graphite/storage/sqlite.db" graphite_web_db_user: "graphite" graphite_web_db_password: "passw0rd" graphite_web_db_host: "localhost" graphite_web_db_port: "" graphite_web_db_engine: "django.db.backends.sqlite3" graphite_web_db_ssl: False graphite_web_db_ssl_ca: "/etc/ssl/certs/ca-bundle.crt" graphite_web_timezone: "Europe/Zurich" graphite_web_salt: "<souffle aléatoire>"
Dépendances
Ce rôle n'a pas de dépendance directe avec d'autres rôles.
Exemple de Playbook
Inclure un exemple d'utilisation de votre rôle (par exemple, avec des variables passées en tant que paramètres) est toujours utile pour les utilisateurs :
.. code-block:: yaml
- hosts: serveurs
roles:
- { rôle: adfinis-sygroup.graphite }
Licence
GPL-3.0 <https://github.com/adfinis-sygroup/ansible-role-graphite/blob/master/LICENSE>
_
Informations sur l'Auteur
Le rôle graphite a été écrit par :
- Adfinis AG |
Site Web <https://www.adfinis.com/>
_ |Twitter <https://twitter.com/adfinis>
_ |GitHub <https://github.com/adfinis-sygroup>
_
ansible-galaxy install adfinis-sygroup.graphite