Skip to content

Commit cd281f3

Browse files
committed
moved prometheus install to host group
1 parent a2540f2 commit cd281f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/fatimage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
slurm_exporter_state: stopped
124124
when: "'slurm_exporter' in group_names"
125125

126+
- hosts: prometheus
127+
become: yes
128+
gather_facts: yes
129+
tasks:
126130
- name: kube prometheus stack
127131
import_role:
128132
name: kube_prometheus_stack

0 commit comments

Comments
 (0)