feat: restructure repository as ansible collection
BREAKING CHANGE: Repository restructure from Ansible Role to Ansible Collection !37
This commit is contained in:
		
							
								
								
									
										19
									
								
								roles/nfc_kubernetes/templates/k3s-registries.yaml.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								roles/nfc_kubernetes/templates/k3s-registries.yaml.j2
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| # | ||||
| # Private Container Registries for Kubernetes | ||||
| # | ||||
| # Managed By ansible/role/nfc_kubernetes | ||||
| # | ||||
| # Dont edit this file directly as it will be overwritten. | ||||
| # | ||||
|  | ||||
| {% set registries = kubernetes_private_container_registry | default([]) -%} | ||||
|  | ||||
| {% if registries | length > 0 %}mirrors: | ||||
|   {% for entry in registries %} | ||||
|  | ||||
|   {{ entry.name }}: | ||||
|     endpoint: | ||||
|       - "{{ entry.url }}" | ||||
|  | ||||
|   {%- endfor %} | ||||
| {% endif %} | ||||
		Reference in New Issue
	
	Block a user