This commit is contained in:
Ruben Blanco 2023-10-30 16:54:24 +01:00
parent 5c34f9075c
commit 5315a46111
2 changed files with 9 additions and 3 deletions
roles/config-base-debian-os

View File

@ -302,5 +302,11 @@
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Add message to MOTD
- name: add motd message
shell: echo "verdnatura" | figlet >> /etc/motd
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
copy:
src: mymotd.sh
dest: "{{ path_motd_script }}"
mode: '0644'
owner: root
group: root
backup: yes
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -12,4 +12,4 @@ bindpw_password: !vault |
3133313233353730620a343536316266393637623563313563613332646630643632366439343764
30383935303161646339393361393130613266663337373364626635646430326465
path_vimrclocal: /etc/vim/vimrc.local
path_motd: /etc/motd
path_motd_script: /etc/profile.d/mymotd.sh