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>
_
著者情報
グラファイトロールは以下によって作成されました:
- Adfinis AG |
ウェブサイト <https://www.adfinis.com/>
_ |Twitter <https://twitter.com/adfinis>
_ |GitHub <https://github.com/adfinis-sygroup>
_