graphite
============= РОЛЬ 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
Устанавливает и настраивает базовую конфигурацию с carbon, graphite-web и whisper.
Требования
У этой роли нет требований.
Переменные роли
.. 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: "<случайная соль>"
Зависимости
У этой роли нет прямых зависимостей от других ролей.
Пример Playbook
Включение примера использования вашей роли (например, с переменными, переданными в качестве параметров) всегда полезно для пользователей:
.. code-block:: yaml
- hosts: servers
roles:
- { role: adfinis-sygroup.graphite }
Лицензия
GPL-3.0 <https://github.com/adfinis-sygroup/ansible-role-graphite/blob/master/LICENSE>
_
Информация об авторе
Роль graphite была написана:
- Adfinis AG |
Сайт <https://www.adfinis.com/>
_ |Twitter <https://twitter.com/adfinis>
_ |GitHub <https://github.com/adfinis-sygroup>
_
ansible-galaxy install adfinis-sygroup/ansible-role-graphite