Reorganization.

This commit is contained in:
2021-02-11 07:03:04 -06:00
parent d1d11369c9
commit b318d6a6a6
8 changed files with 8 additions and 4 deletions

View 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