Skip to content

dhose/ansible-modules-extras-gpl3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-modules-extra-gpl3

Ansible modules for manipulating bits and pieces of vSphere, vCenter, NSX and other portions of VIO related technologies.

Minimal Requirements

  • Python urllib2
  • Python ast
  • Python datetime
  • VMware 'pyVmomi"

Notes

None yet.

Examples:

Create a new virtual distributed switch

  • name: Create VDS local_action: module: vds hostname: myvCenter.corp.local vs_port: 443 username: "[email protected]" password: "some_sneaky_password" vds_name: "myVIOVDS" numUplinks: 8 numPorts: 128 networkIOControl: true productVersion: "6.0.0" state: present

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages