Update playbooks/cron.yml
This commit is contained in:
@@ -15,4 +15,10 @@
|
||||
lineinfile:
|
||||
path: /etc/crontab
|
||||
line: '@reboot root /usr/sbin/sysctl -p'
|
||||
state: present
|
||||
|
||||
- name: create crontab entry running the SSL check script 2AM daily
|
||||
lineinfile:
|
||||
path: /etc/crontab
|
||||
line: '0 2 * * * root /root/ssl_check.sh'
|
||||
state: present
|
||||
Reference in New Issue
Block a user