Skip to content

hiro52/tower-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
- name: Add or Remove ESXi host to/from vCenterServer
  hosts: all
  gather_facts: no
  tasks:
    - name: Manage ESXi Lisence
      vcenter_license:
        hostname: "{{lookup('env', 'VMWARE_HOST')}}"
        username: "{{lookup('env', 'VMWARE_USER')}}"
        password: "{{lookup('env', 'VMWARE_PASSWORD')}}"
        validate_certs: False
        esxi_hostname: "{{esxi_host}}"
        license: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
        state: present
      delegate_to: localhost

About

No description, website, or topics provided.

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published