derekpurdy.configure_prometheus_unraid

Ansibleを使ったunraid上のprometheus.ymlの設定


  • file_sd_configsを使用して、/etc/prometheus/targets/*.ymlの発見をサポートしました。

Ansible Galaxy

https://galaxy.ansible.com/ui/standalone/roles/derekpurdy/configure_prometheus_unraid

Ansibleホストファイルの例

---

all:
  children:
    unraid:
      hosts:
        server.lan:

Ansibleプレイブックの例

---

- name: Prometheus設定用プレイブック
  hosts: unraid
  gather_facts: yes

  roles:
    - role: derekpurdy.configure_prometheus_unraid

group_vars/all/vars.ymlの例

prometheus_env: '環境名'
alertmanager_host: 'alertmanager.lan'

作成者情報

このロールはDerek Purdyによって作成されました。

プロジェクトについて

Configure prometheus.yml file on Unraid via Ansible using the Ansible hosts list

インストール
ansible-galaxy install derekpurdy.configure_prometheus_unraid
ライセンス
Unknown
ダウンロード
525
所有者
Some guy with his head in the clouds.