diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 8dc5b21d91..488012a27e 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -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