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,20 @@ | ||||
| { | ||||
|     "cniVersion": "0.3.1", | ||||
|     "name": "crio", | ||||
|     "type": "bridge", | ||||
|     "bridge": "cni0", | ||||
|     "isGateway": true, | ||||
|     "ipMasq": true, | ||||
|     "hairpinMode": true, | ||||
|     "ipam": { | ||||
|         "type": "host-local", | ||||
|         "routes": [ | ||||
|             { "dst": "0.0.0.0/0" }, | ||||
|             { "dst": "1100:200::1/24" } | ||||
|         ], | ||||
|         "ranges": [ | ||||
|             [{ "subnet": "{{ KubernetesPodSubnet }}" }], | ||||
|             [{ "subnet": "1100:200::/24" }] | ||||
|         ] | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user