more reorganization
This commit is contained in:
@@ -39,14 +39,3 @@
|
||||
timezone:
|
||||
name: America/New_York
|
||||
tags: set_timezone
|
||||
|
||||
- hosts: smbclient
|
||||
tasks:
|
||||
- name: enable cron job for smb traffic
|
||||
cron:
|
||||
name: "smbtraff"
|
||||
minute: "*/20"
|
||||
hour: "7-18"
|
||||
weekday: "1-5"
|
||||
job: "/usr/bin/perl -e 'sleep int rand 1199' && /home/pi/scripts/smb-session.sh"
|
||||
tags: smbtraff_cron
|
||||
|
||||
Reference in New Issue
Block a user