[bind-author] Motd
parent
fe3df776db
commit
642072c503
|
@ -19,3 +19,9 @@
|
||||||
- named.conf.local
|
- named.conf.local
|
||||||
- named.conf.options
|
- named.conf.options
|
||||||
notify: Reload Bind9
|
notify: Reload Bind9
|
||||||
|
|
||||||
|
- name: Indicate role in motd
|
||||||
|
template:
|
||||||
|
src: update-motd.d/05-service.j2
|
||||||
|
dest: /etc/update-motd.d/05-bind
|
||||||
|
mode: 0755
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/tail +14
|
||||||
|
{{ ansible_header | comment }}
|
||||||
|
[0m> [38;5;82mBind9 (autoritaire)[0m a été déployé sur cette machine. Voir [38;5;6m/etc/bind/[0m.
|
Loading…
Reference in New Issue