adfinis-sygroup.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: "<随机盐值>"
依赖项
此角色没有直接依赖其他角色。
示例剧本
包括一个如何使用您的角色的示例(例如,作为参数传递的变量)对于用户也很有帮助:
.. 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/>
_ |推特 <https://twitter.com/adfinis>
_ |GitHub <https://github.com/adfinis-sygroup>
_