mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-07-23 14:00
This commit is contained in:
		
							
								
								
									
										4
									
								
								roles/consul/templates/post-backup.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								roles/consul/templates/post-backup.j2
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -eo pipefail | ||||
| rm -f {{ consul_root_dir }}/backup/consul.snap | ||||
							
								
								
									
										4
									
								
								roles/consul/templates/pre-backup.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								roles/consul/templates/pre-backup.j2
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -eo pipefail | ||||
| consul snapshot save {{ consul_root_dir }}/backup/consul.snap | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud