add motd files
This commit is contained in:
parent
adc2e3952b
commit
4a1c0dfa6a
|
@ -259,4 +259,19 @@
|
||||||
- line: set showmatch
|
- line: set showmatch
|
||||||
- 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: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|"
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
@ -11,4 +11,5 @@ bindpw_password: !vault |
|
||||||
65316535626434333331633438613639633163643765633064363833303461363834653864646464
|
65316535626434333331633438613639633163643765633064363833303461363834653864646464
|
||||||
3133313233353730620a343536316266393637623563313563613332646630643632366439343764
|
3133313233353730620a343536316266393637623563313563613332646630643632366439343764
|
||||||
30383935303161646339393361393130613266663337373364626635646430326465
|
30383935303161646339393361393130613266663337373364626635646430326465
|
||||||
path_vimrclocal: /etc/vim/vimrc.local
|
path_vimrclocal: /etc/vim/vimrc.local
|
||||||
|
path_motd: /etc/motd
|
Loading…
Reference in New Issue