Use interface autodetection;Skip TLS Verify
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
edca98549c
commit
a364a7c359
@ -1,3 +1,5 @@
|
||||
- block:
|
||||
|
||||
- name: Install harbor chart
|
||||
kubernetes.core.helm:
|
||||
name: harbor
|
||||
@ -41,3 +43,9 @@
|
||||
ansible.builtin.template:
|
||||
dest: /etc/rancher/k3s/registries.yaml
|
||||
src: registries.j2
|
||||
|
||||
module_defaults:
|
||||
ansible.builtin.uri:
|
||||
validate_certs: no
|
||||
status_code: [200, 201]
|
||||
body_format: json
|
||||
|
@ -37,7 +37,7 @@
|
||||
loop_control:
|
||||
index_var: index
|
||||
|
||||
- name: Add vApp properties (required for Network Protocol Profiles)
|
||||
- name: Add vApp properties on deployed VM's
|
||||
community.vmware.vmware_guest:
|
||||
name: "{{ (item | basename | split('.'))[:-1] | join('.') }}"
|
||||
vapp_properties:
|
||||
|
@ -35,5 +35,5 @@ VSPHERE_SSH_AUTHORIZED_KEY: "{{ _template.cluster.publickey }}"
|
||||
|
||||
KUBERNETES_VERSION: "{{ _template.cluster.version }}"
|
||||
CONTROL_PLANE_ENDPOINT_IP: "{{ _template.cluster.vip }}"
|
||||
VIP_NETWORK_INTERFACE: "eth0"
|
||||
VIP_NETWORK_INTERFACE: ""
|
||||
EXP_CLUSTER_RESOURCE_SET: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user