mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	renamed backup_ssh_command and backup_ssh_key_file to borg_ssh_command and borg_ssh_key_file
This commit is contained in:
		
							parent
							
								
									73dcfbf7fc
								
							
						
					
					
						commit
						8dfac41011
					
				@ -39,8 +39,8 @@
 | 
				
			|||||||
          hostname: database1.example.org
 | 
					          hostname: database1.example.org
 | 
				
			||||||
          port: 5433
 | 
					          port: 5433
 | 
				
			||||||
      borg_install_method: pip
 | 
					      borg_install_method: pip
 | 
				
			||||||
      backup_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
 | 
					      borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
 | 
				
			||||||
      backup_ssh_command: "ssh -i {{ backup_ssh_key_file }} -o StrictHostKeyChecking=no"
 | 
					      borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no"
 | 
				
			||||||
      borgmatic_timer: "systemd"
 | 
					      borgmatic_timer: "systemd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  post_tasks:
 | 
					  post_tasks:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user