Fix module name;Add indentation;Update dependencies #2
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
c9f3c648b7
commit
277c91eeba
@ -62,7 +62,7 @@
|
|||||||
with_fileglob: /opt/workloadcluster/node-templates/*.ova
|
with_fileglob: /opt/workloadcluster/node-templates/*.ova
|
||||||
|
|
||||||
- name: Deploy OVA templates on hypervisor
|
- name: Deploy OVA templates on hypervisor
|
||||||
community.vmware.vmware_ovf_deploy:
|
community.vmware.vmware_deploy_ovf:
|
||||||
hostname: "{{ vapp['hv.fqdn'] }}"
|
hostname: "{{ vapp['hv.fqdn'] }}"
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
username: "{{ vapp['hv.username'] }}"
|
username: "{{ vapp['hv.username'] }}"
|
||||||
|
@ -124,11 +124,11 @@ dependencies:
|
|||||||
- ansible.utils
|
- ansible.utils
|
||||||
- community.crypto
|
- community.crypto
|
||||||
- community.general
|
- community.general
|
||||||
|
- community.vmware
|
||||||
- kubernetes.core
|
- kubernetes.core
|
||||||
- vmware.vmware_rest
|
|
||||||
|
|
||||||
# container_images:
|
# container_images:
|
||||||
# - quay.io/skopeo/stable:v1.8.0
|
# - <usefulcontainer>
|
||||||
|
|
||||||
static_binaries:
|
static_binaries:
|
||||||
- filename: govc
|
- filename: govc
|
||||||
@ -147,6 +147,6 @@ dependencies:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
- lvm2
|
- lvm2
|
||||||
- python3-dnspython
|
|
||||||
- python3-jmespath
|
- python3-jmespath
|
||||||
- python3-passlib
|
- python3-passlib
|
||||||
|
- python3-pyvmomi
|
||||||
|
Loading…
Reference in New Issue
Block a user