Better rc.local configuration
Some checks failed
continuous-integration/drone/push Build is failing

Add line before the "echo '.'" line instead of the end
Delete old entry not precising the hostname if still there
This commit is contained in:
Jérémy Dubois 2020-10-08 15:19:52 +02:00
parent b0f1f9c2ca
commit f97317b767

View file

@ -4,10 +4,20 @@
path: /etc/rc.local
line:
'date | mail -s "boot/reboot of $(hostname -s)" {{ general_alert_email }}'
insertbefore: 'echo'
create: true
tags:
- misc
- name: Delete rc.local entry of boot/reboot not precising hostname
lineinfile:
path: /etc/rc.local
regexp:
"^.* mail -s (?!.*of.*).+$"
state: absent
tags:
- misc
- name: Set root mail alias
replace:
dest: /etc/mail/aliases