Merge branch 'horde' into 'master'

[horde] Adds motd

See merge request nounous/ansible!25
certbot_on_virtu
pa 2020-08-05 20:23:29 +02:00
commit 0f72bf1f4b
2 changed files with 9 additions and 0 deletions

View File

@ -43,3 +43,9 @@
- webmail - webmail
- horde - horde
notify: Restart nginx notify: Restart nginx
- name: Indicate role in motd
template:
src: update-motd.d/05-service.j2
dest: /etc/update-motd.d/05-horde
mode: 0755

View File

@ -0,0 +1,3 @@
#!/usr/bin/tail +14
{{ ansible_header | comment }}
> Horde a été déployé sur cette machine. Voir https://gitlab.crans.org/nounous/ansible/-/tree/master/roles/horde.