mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Optimized backup procedures
This commit is contained in:
		
							
								
								
									
										13
									
								
								site.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								site.yml
									
									
									
									
									
								
							@@ -6,10 +6,14 @@
 | 
			
		||||
    - native-pacman
 | 
			
		||||
    - native-wireguard
 | 
			
		||||
    - native-user-alarm
 | 
			
		||||
- name: setup stores of backups
 | 
			
		||||
  hosts: backup_stores
 | 
			
		||||
- name: setup primary_backup_hosts
 | 
			
		||||
  hosts: primary_backup_hosts
 | 
			
		||||
  roles:
 | 
			
		||||
    - native-pull-remote-backups
 | 
			
		||||
   -  role: native-docker-volume-backup
 | 
			
		||||
- name: setup replica backup hosts
 | 
			
		||||
  hosts: replica_backup_hosts
 | 
			
		||||
  roles:
 | 
			
		||||
    - role: native-pull-remote-backups
 | 
			
		||||
- name: setup homepages
 | 
			
		||||
  hosts: homepage_hosts
 | 
			
		||||
  roles:
 | 
			
		||||
@@ -75,6 +79,3 @@
 | 
			
		||||
      vars:
 | 
			
		||||
        domain: "elk.{{top_domain}}"
 | 
			
		||||
        http_port: 8008
 | 
			
		||||
- name: docker hosts
 | 
			
		||||
  hosts: docker_hosts
 | 
			
		||||
   - native-docker-volume-backup
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user