add motd
This commit is contained in:
parent
5c34f9075c
commit
5315a46111
|
@ -302,5 +302,11 @@
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# Add message to MOTD
|
# Add message to MOTD
|
||||||
- name: add motd message
|
- 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
|
||||||
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
|
@ -12,4 +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
|
path_motd_script: /etc/profile.d/mymotd.sh
|
||||||
|
|
Loading…
Reference in New Issue