mirror of
				https://github.com/MatteZ02/infra.git
				synced 2025-11-04 10:09:33 +00:00 
			
		
		
		
	Tasks Update: Installer - Run backup cronjob at 4am
This commit is contained in:
		@@ -123,7 +123,7 @@
 | 
				
			|||||||
- name: "Installer : Schedule : Backup"
 | 
					- name: "Installer : Schedule : Backup"
 | 
				
			||||||
  ansible.builtin.cron:
 | 
					  ansible.builtin.cron:
 | 
				
			||||||
    name: "Matte - Infra - Backup"
 | 
					    name: "Matte - Infra - Backup"
 | 
				
			||||||
    hour: "5"
 | 
					    hour: "4"
 | 
				
			||||||
    minute: "0"
 | 
					    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"
 | 
					    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:
 | 
					  tags:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user