Remove erroneous cloud-config task
This commit is contained in:
parent
8b3ce6e418
commit
581a30fdec
1 changed files with 0 additions and 13 deletions
|
@ -325,16 +325,3 @@
|
||||||
- openstack_cacert is defined
|
- openstack_cacert is defined
|
||||||
tags:
|
tags:
|
||||||
- cloud-provider
|
- cloud-provider
|
||||||
|
|
||||||
- name: Write cloud-config
|
|
||||||
template:
|
|
||||||
src: "{{ cloud_provider }}-cloud-config.j2"
|
|
||||||
dest: "{{ kube_config_dir }}/cloud_config"
|
|
||||||
group: "{{ kube_cert_group }}"
|
|
||||||
mode: 0640
|
|
||||||
when:
|
|
||||||
- inventory_hostname in groups['k8s-cluster']
|
|
||||||
- cloud_provider is defined
|
|
||||||
- cloud_provider in [ 'openstack', 'azure', 'vsphere' ]
|
|
||||||
tags:
|
|
||||||
- cloud-provider
|
|
||||||
|
|
Loading…
Reference in a new issue