|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
shell: "{{ item }} chdir=$HOME/calico" |
|
|
|
|
with_items: |
|
|
|
|
- "curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/custom-resources.yaml -O" |
|
|
|
|
- "sed -i 's:192.168.0.0/16:{{ POD_NETWORK_CIDR }}:g' custom-resources.yaml" |
|
|
|
|
- "kubectl apply -f custom-resources.yaml" |
|
|
|
|
- "sed -i 's:192.168.0.0/16:{{ POD_NETWORK_CIDR }}:g' $HOME/calico/custom-resources.yaml" |
|
|
|
|
- "kubectl apply -f $HOME/calico/custom-resources.yaml" |
|
|
|
|
args: |
|
|
|
|
creates: $HOME/calico/custom-resources.yaml |