mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2021-12-01 19:13
This commit is contained in:
		
							
								
								
									
										12
									
								
								roles/repo_redis/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								roles/repo_redis/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| --- | ||||
|  | ||||
| - name: Configure Remi repo for redis | ||||
|   yum_repository: | ||||
|     name: redis | ||||
|     file: redis | ||||
|     description: Remi repo for Redis server | ||||
|     baseurl: http://rpms.remirepo.net/enterprise/7/remi/$basearch/ | ||||
|     gpgcheck: True | ||||
|     gpgkey: http://rpms.remirepo.net/RPM-GPG-KEY-remi | ||||
|     includepkgs: redis* | ||||
|   tags: repo | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud