add motd files

This commit is contained in:
Ruben Blanco 2023-10-20 09:17:48 +02:00
parent adc2e3952b
commit 4a1c0dfa6a
2 changed files with 17 additions and 1 deletions

View File

@ -259,4 +259,19 @@
- line: set showmatch
- line: set ignorecase
- line: set smartcase
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Add message to MOTD
- name: add motd message
lineinfile:
path: "{{ path_motd }}"
line: "{{item.line}}"
state: present
with_items:
- line: " _ _ "
- line: "__ _____ _ __ __| |_ __ __ _| |_ _ _ _ __ __ _ "
- line: "\ \ / / _ \ '__/ _` | '_ \ / _` | __| | | | '__/ _` |"
- line: " \ V / __/ | | (_| | | | | (_| | |_| |_| | | | (_| |"
- line: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|"
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -11,4 +11,5 @@ bindpw_password: !vault |
65316535626434333331633438613639633163643765633064363833303461363834653864646464
3133313233353730620a343536316266393637623563313563613332646630643632366439343764
30383935303161646339393361393130613266663337373364626635646430326465
path_vimrclocal: /etc/vim/vimrc.local
path_vimrclocal: /etc/vim/vimrc.local
path_motd: /etc/motd