Use 'update_motd' in 'prometheus_federate' (again)
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
jeltz 2021-03-06 04:48:39 +01:00
parent 71ee06c9c0
commit 929baa300f
1 changed files with 8 additions and 5 deletions

View File

@ -38,9 +38,12 @@
enabled: true
state: started
- name: Indicate role in motd
template:
src: update-motd.d/05-service.j2
dest: /etc/update-motd.d/05-prometheus
mode: 0755
- include_role:
name: update_motd
vars:
motd_messages:
- key: 05-prometheus-federate
message: >-
Prometheus (en configuration fédération) est déployé sur cette
machine (voir /etc/prometheus)
...