Giter Club home page Giter Club logo

windows-ansible-example's Introduction

Find product id in Windows registry

`Computer\HKEY_CLASSES_ROOT\Installer\Dependencies

Select name then Default key

or

get product id first from

Computer\HKEY_CLASSES_ROOT\Installer\Products

for example: SQL 2016

CB138EA08A2F2ED4F8FB862B0216A1F7

Microsoft SQL Server 2016 Setup (English)

Then find Uninstallstring

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products<product code>\InstallProperties\UninstallString

MsiExec.exe /X{0AE831BC-F2A8-4DE2-8FBF-68B220611A7F} -<< product code

product code: {0AE831BC-F2A8-4DE2-8FBF-68B220611A7F}`

How to Install VMware Automation SDK Python on Tower Node

login to Tower with root credentials

source /var/lib/awx/venv/ansible/bin/activate

cd /tmp

git clone https://github.com/vmware/vsphere-automation-sdk-python.git

cd vsphere-automation-sdk-python

if using python3:

pip3 install --upgrade -r requirements.txt --extra-index-url file:///tmp/vsphere_automation_sdk/vsphere-automation-sdk-python-master/lib

pip3 install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git

if using python2:

pip install --upgrade -r requirements.txt --extra-index-url file:///tmp/vsphere_automation_sdk/vsphere-automation-sdk-python-master/lib

pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git

windows-ansible-example's People

Contributors

oatakan avatar jdelaporte 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.