mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
copr-be: adding node_exporter package for generating metrics
This commit is contained in:
committed by
praiskup
parent
fd0d2b5a7e
commit
b76ed1df07
@@ -31,6 +31,7 @@
|
||||
- php-cli
|
||||
- cronolog
|
||||
- nfs-utils
|
||||
- golang-github-prometheus-node-exporter
|
||||
|
||||
#- name: patch for prunerepo, issue 1090
|
||||
# patch: src=patches/prunerepo-dataloss.patch
|
||||
@@ -158,6 +159,9 @@
|
||||
- name: start webserver
|
||||
service: state=started enabled=yes name=lighttpd
|
||||
|
||||
- name: start node exporter
|
||||
service: state=started enabled=yes name=node_exporter
|
||||
|
||||
# setup dirs for the ansible execution off of provisioning
|
||||
#- name: dirs from provision
|
||||
# file: state=directory path="/home/copr/provision/{{ item }}" owner=copr group=copr
|
||||
|
||||
Reference in New Issue
Block a user