rabbitmq: add link in default page
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Alexis Ben Miloud--Josselin 2022-12-07 15:46:40 +01:00
parent 22f30b59f2
commit 982112bd64
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* nagios-nrpe: check_haproxy_stats supports DRAIN status
* packweb-apache: enable log_forensic module
* varnish: create special tmp directory for syntax validation
* rabbitmq: add link in default page
### Changed

View File

@ -47,3 +47,9 @@
- include: munin.yml
when: etc_munin_directory.stat.exists
- name: entry for RabbitMQ in web page is present
lineinfile:
dest: /var/www/index.html
insertbefore: '</ul>'
line: '<li><a href="/rabbitmq.html">RabbitMQ</a></li>'