mirror of
https://github.com/MatteZ02/infra.git
synced 2025-01-15 11:33:08 +00:00
Tasks Update: Installer - Run backup cronjob at 4am
This commit is contained in:
parent
3efc266ffe
commit
4fd8d7b889
@ -123,7 +123,7 @@
|
||||
- name: "Installer : Schedule : Backup"
|
||||
ansible.builtin.cron:
|
||||
name: "Matte - Infra - Backup"
|
||||
hour: "5"
|
||||
hour: "4"
|
||||
minute: "0"
|
||||
job: "~/.venv/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/infra -d ~/.ansible/pull/matte/infra --accept-host-key --private-key ~/.ssh/keys/matte/infra --vault-password-file ~/.ansible/vault/matte.yml tasks.yml -t backup"
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user