Reorganization.
This commit is contained in:
20
tasks/workstation/freebsd/cron/ansible.yml
Normal file
20
tasks/workstation/freebsd/cron/ansible.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
# Cron jobs specific to FreeBSD
|
||||
|
||||
- name: General | Cron | Ansible | FreeBSD | Enable SSHFS Job
|
||||
cron:
|
||||
user: ansible
|
||||
name: "1337 SSHFS"
|
||||
special_time: reboot
|
||||
job: "sudo {{ sshfs_leet_cmd }}"
|
||||
state: present
|
||||
disabled: no
|
||||
|
||||
- name: General | Cron | Ansible | FreeBSD | Enable Security Update
|
||||
cron:
|
||||
user: ansible
|
||||
name: "Security Update"
|
||||
special_time: daily
|
||||
job: "sudo freebsd-update cron"
|
||||
state: present
|
||||
disabled: no
|
Reference in New Issue
Block a user