Add puppet to node exporter
This commit is contained in:
parent
f2b9732ea3
commit
2fdd6d51d1
1 changed files with 7 additions and 0 deletions
|
@ -184,6 +184,13 @@
|
||||||
permissions: rwx
|
permissions: rwx
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Add puppet to node_exporter group
|
||||||
|
user:
|
||||||
|
name: puppet
|
||||||
|
append: true
|
||||||
|
groups:
|
||||||
|
- node_exporter
|
||||||
|
|
||||||
- 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