roles/basic_packages/tasks/main.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 13s
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 13s
This commit is contained in:
parent
f2a4d23618
commit
2f55bcf359
1 changed files with 12 additions and 1 deletions
|
|
@ -14,4 +14,15 @@
|
|||
dest: /etc/rear/local.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
mode: '0600'
|
||||
|
||||
- name: Create backup cronjob for DR
|
||||
ansible.builtin.cron:
|
||||
name: run a rear full backup
|
||||
special_time: "monthly"
|
||||
weekday: "2"
|
||||
minute: "20"
|
||||
hour: "3"
|
||||
user: root
|
||||
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||
cron_file: rear_backup_full
|
||||
Loading…
Add table
Reference in a new issue