From bef0bf8787e6fae42707e9cbfdccec0dddcb5398 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 1 Dec 2022 16:43:28 +0200 Subject: [PATCH] Add prometheus to puppet group --- tasks/configure.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 52e6820..4905f46 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -191,6 +191,13 @@ groups: - node_exporter +- name: Add prometheus user to puppet group + user: + name: prometheus + append: true + groups: + - puppet + - name: Ensure hiera-eyaml is installed shell: "{{ which_puppetserver.stdout }} gem install hiera-eyaml" args: