1st crack at esxi update
This commit is contained in:
4
group_vars/vmware.yml
Normal file
4
group_vars/vmware.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ansible_user: root
|
||||||
|
ansible_port: 22
|
||||||
|
host_key_checking: false
|
||||||
|
|
||||||
4
roles/vmware/tasks/main.yml
Normal file
4
roles/vmware/tasks/main.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
- name: Test command
|
||||||
|
#shell: esxcli software profile update -d /vmfs/volumes/<datastore>/ESXixxxx-ddddddddn.zip --profile=ESXixxxx-ddddddddn-standard
|
||||||
|
shell: esxcli software profile update -d htps://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-xxxx-ddddddddn-standard
|
||||||
4
vmware.yml
Normal file
4
vmware.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
- hosts: vmware
|
||||||
|
roles:
|
||||||
|
- vmware
|
||||||
Reference in New Issue
Block a user