Merge branch 'horde' into 'master'
[horde] Adds motd See merge request nounous/ansible!25certbot_on_virtu
commit
0f72bf1f4b
|
@ -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
|
||||||
|
|
|
@ -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