[horde] Adds motd
parent
bda5b2152f
commit
c06e3b5ee5
|
@ -43,3 +43,9 @@
|
|||
- webmail
|
||||
- horde
|
||||
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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/tail +14
|
||||
{{ ansible_header | comment }}
|
||||
[0m> [38;5;82mHorde[0m a été déployé sur cette machine. Voir [38;5;6mhttps://gitlab.crans.org/nounous/ansible/-/tree/master/roles/horde[0m.
|
Loading…
Reference in New Issue