GithubHelp home page GithubHelp logo

xiaoyao9184 / esxifree_guest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dseeley/esxifree_guest

0.0 0.0 0.0 64 KB

Ansible modules that get the info from, or create (or clone), ESXi virtual machines. They use direct SOAP calls and Paramiko SSH, to allow usage on the free hypervisor.

License: BSD 3-Clause "New" or "Revised" License

Python 88.03% Groovy 11.97%

esxifree_guest's Introduction

Ansible Collection - dseeley.esxifree_guest

These modules can be used to get the info from, and create new ESXi virtual machines, including cloning from templates or other virtual machines.

It does so using direct SOAP calls and Paramiko SSH to the host - without using the vSphere API - meaning it can be used on the free hypervisor.

Configuration

Your ESXi host needs some config:

  • Enable SSH
    • Inside the web UI, navigate to “Manage”, then the “Services” tab. Find the entry called: “TSM-SSH”, and enable it.
  • Enable “Guest IP Hack”
    • esxcli system settings advanced set -o /Net/GuestIPHack -i 1

Requirements

  • python 3
  • paramiko

Execution

This can be run as an Ansible module (see inline documentation), or from the console:

python3 ./esxifree_guest.py console

esxifree_guest's People

Contributors

xiaoyao9184 avatar dseeley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.