Add prometheus to puppet group
This commit is contained in:
parent
2fdd6d51d1
commit
bef0bf8787
1 changed files with 7 additions and 0 deletions
|
@ -191,6 +191,13 @@
|
||||||
groups:
|
groups:
|
||||||
- node_exporter
|
- node_exporter
|
||||||
|
|
||||||
|
- name: Add prometheus user to puppet group
|
||||||
|
user:
|
||||||
|
name: prometheus
|
||||||
|
append: true
|
||||||
|
groups:
|
||||||
|
- puppet
|
||||||
|
|
||||||
- name: Ensure hiera-eyaml is installed
|
- name: Ensure hiera-eyaml is installed
|
||||||
shell: "{{ which_puppetserver.stdout }} gem install hiera-eyaml"
|
shell: "{{ which_puppetserver.stdout }} gem install hiera-eyaml"
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue