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

@ -260,3 +260,18 @@
- line: set ignorecase - line: set ignorecase
- line: set smartcase - 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

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