alpine: add whimsy
For what is life without it.
This commit is contained in:
parent
312cd8d4b3
commit
2b4a196e4d
|
@ -104,3 +104,8 @@
|
|||
dest: /etc/logrotate.d/unattended-upgrade
|
||||
src: unattended-upgrade.logrotate
|
||||
mode: 0644
|
||||
|
||||
- name: Configure MOTD
|
||||
template:
|
||||
dest: /etc/motd
|
||||
src: motd.j2
|
||||
|
|
5
roles/alpine/templates/motd.j2
Normal file
5
roles/alpine/templates/motd.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
Welcome to {{ inventory_hostname }}.
|
||||
|
||||
Trespassers will be shot.
|
||||
|
||||
Survivors will be shot again.
|
Loading…
Reference in a new issue