mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
borg_dep_packages:
 | 
						|
  - openssh
 | 
						|
 | 
						|
borg_cron_package:
 | 
						|
  - cronie
 | 
						|
 | 
						|
borg_pip_packages:  # untested
 | 
						|
  - libssl-dev
 | 
						|
  - libacl1-dev
 | 
						|
  - libacl1
 | 
						|
  - build-essential
 | 
						|
  - python3-setuptools
 | 
						|
  - python3-dev
 | 
						|
  - python3-pip
 | 
						|
  - python3-pkgconfig
 | 
						|
  - python3-msgpack
 | 
						|
  - python3-venv
 | 
						|
 | 
						|
borg_distro_packages:
 | 
						|
  - borg
 | 
						|
  - borgmatic
 | 
						|
 | 
						|
python_bin: python3
 | 
						|
pip_bin: pip3
 |