mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-10-24 11:16:22 +02:00 
			
		
		
		
	Comment out loading module
This commit is contained in:
		
							parent
							
								
									67fd461470
								
							
						
					
					
						commit
						bb9ddb6e7a
					
				| @ -7,12 +7,12 @@ | ||||
|     ansible_distribution != 'Debian' | ||||
|     or ansible_distribution_major_version | int < 10 | ||||
| 
 | ||||
| - name: Ensure module br_netfilter is loaded | ||||
|   modprobe: | ||||
|     name: br_netfilter | ||||
|     state: present | ||||
|     persistent: present | ||||
|   when: not ansible_virtualization_type == "docker" | ||||
| # - name: Ensure module br_netfilter is loaded | ||||
| #   modprobe: | ||||
| #     name: br_netfilter | ||||
| #     state: present | ||||
| #     persistent: present | ||||
| #   when: not ansible_virtualization_type == "docker" | ||||
| 
 | ||||
| # See: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#letting-iptables-see-bridged-traffic | ||||
| - name: Let iptables see bridged traffic. | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user