You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
378 B

---
- name: Canal | Start Resources
kube:
namespace: "kube-system"
kubectl: "{{bin_dir}}/kubectl"
filename: "{{ canal_manifests.results | selectattr('skipped', 'undefined') | map(attribute='item') | map(attribute='file') | map('regex_replace', '^(.*)$', kube_config_dir+'/\\1') | list }}"
state: "latest"
when: inventory_hostname == groups['kube-master'][0]