feat: restructure repository as ansible collection
BREAKING CHANGE: Repository restructure from Ansible Role to Ansible Collection !37
This commit is contained in:
		| @ -0,0 +1,16 @@ | ||||
| --- | ||||
|  | ||||
| apiVersion: crd.projectcalico.org/v1 | ||||
| kind: IPPool | ||||
| metadata: | ||||
|   name: default-ipv4-ippool | ||||
| spec: | ||||
|   allowedUses: | ||||
|     - Workload | ||||
|     - Tunnel | ||||
|   blockSize: 26 | ||||
|   cidr: {{ kubernetes_config.cluster.networking.podSubnet | default(nfc_role_kubernetes_pod_subnet) }} | ||||
|   ipipMode: Never | ||||
|   natOutgoing: true | ||||
|   nodeSelector: all() | ||||
|   vxlanMode: Always | ||||
		Reference in New Issue
	
	Block a user