mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2021-12-01 19:13
This commit is contained in:
		
							
								
								
									
										17
									
								
								roles/repo_samba4/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								roles/repo_samba4/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| --- | ||||
|  | ||||
| - name: Remove FWS Extra repository for samba4 | ||||
|   yum_repository: | ||||
|     name: fws-extra-samba | ||||
|     description: "Firewall Services Extra" | ||||
|     state: absent | ||||
|   tags: repo,samba | ||||
|  | ||||
| - name: Configure TIS samba repo | ||||
|   yum_repository: | ||||
|     name: tis-samba | ||||
|     description: Samba4 repo from TranquiIT | ||||
|     baseurl: http://samba.tranquil.it/centos$releasever/{{ samba_major_version }}/ | ||||
|     gpgcheck: True | ||||
|     gpgkey: https://samba.tranquil.it/RPM-GPG-KEY-TISSAMBA-{{ ansible_distribution_major_version }} | ||||
|   tags: repo,samba | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud