mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
This commit is contained in:
@@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
- name: Install Calico CNI
|
- name: Install Calico CNI
|
||||||
become_user: "{{ ansible_user }}"
|
become_user: "{{ ansible_user }}"
|
||||||
command: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/master/manifests/calico.yaml
|
command: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.31.3/manifests/calico.yaml
|
||||||
when: inventory_hostname.endswith('-vm01.home.lan') and net_driver == 'calico'
|
when: inventory_hostname.endswith('-vm01.home.lan') and net_driver == 'calico'
|
||||||
|
|
||||||
- name: Get join command
|
- name: Get join command
|
||||||
|
|||||||
Reference in New Issue
Block a user