[borg] Update client role.
parent
c269d0c280
commit
6c54221a97
|
@ -53,3 +53,8 @@
|
|||
dest: "/etc/cron.d/borg"
|
||||
notify: restart cron
|
||||
|
||||
- name: Indicate role in motd
|
||||
template:
|
||||
src: update-motd.d/04-service.j2
|
||||
dest: /etc/update-motd.d/04-borgbackup
|
||||
mode: 0755
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/tail +14
|
||||
{{ ansible_header | comment }}
|
||||
[0m> [38;5;82mBorgbackup (Client)[0m a été déployé sur cette machine.
|
||||
|
Loading…
Reference in New Issue