All Projects → vmware-archive → ansible-role-vcenter

vmware-archive / ansible-role-vcenter

Licence: Apache-2.0 License
No description or website provided.

Projects that are alternatives of or similar to ansible-role-vcenter

Node Libvirt
libvirt bindings for google v8 javascript engine (nodejs addon)
Stars: ✭ 162 (+710%)
Mutual labels:  vmware, virtualization
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (+55%)
Mutual labels:  vmware, virtualization
SelfPortal
One for all virtualization abstraction layer.
Stars: ✭ 22 (+10%)
Mutual labels:  vmware, virtualization
Vic
vSphere Integrated Containers Engine is a container runtime for vSphere.
Stars: ✭ 607 (+2935%)
Mutual labels:  vmware, virtualization
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (+525%)
Mutual labels:  vmware, virtualization
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+5150%)
Mutual labels:  vmware, virtualization
Project-Mendacius
A GUI based virtualisation tool for running Linux on macOS Big Sur (x86 or arm64)
Stars: ✭ 107 (+435%)
Mutual labels:  vmware, virtualization
Vic Product
vSphere Integrated Containers enables VMware customers to deliver a production-ready container solution to their developers and DevOps teams.
Stars: ✭ 143 (+615%)
Mutual labels:  vmware, virtualization
vic-ui
vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Stars: ✭ 23 (+15%)
Mutual labels:  vmware, virtualization
vga-passthrough
Up to date (2021) reference for setting up a VGA passthrough on (Ubuntu) Linux.
Stars: ✭ 171 (+755%)
Mutual labels:  virtualization
openwrt-vm-tools
vmware tools open-vm-tools for OpenWRT, segfault and crashes free😊😊
Stars: ✭ 45 (+125%)
Mutual labels:  vmware
lxroot
A lightweight, flexible, and safer alternative to chroot and/or Docker.
Stars: ✭ 69 (+245%)
Mutual labels:  virtualization
devops-interview-questions
DevOps Interview Questions
Stars: ✭ 73 (+265%)
Mutual labels:  virtualization
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+110%)
Mutual labels:  vmware
cloud-pak-ocp-4
OpenShift 4.x deployment for Cloud Paks
Stars: ✭ 18 (-10%)
Mutual labels:  vmware
ansible-role-packer-debian
Ansible Role - Packer Debian/Ubuntu Configuration for Vagrant VirtualBox
Stars: ✭ 32 (+60%)
Mutual labels:  vmware
VMwareWorkstation
手动上传官网的VMwareWorkstation安装包
Stars: ✭ 309 (+1445%)
Mutual labels:  vmware
vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (+0%)
Mutual labels:  vmware
aws-sync-routes
Synchronizes the specified route from the main/default route table to all custom route tables in the VPC.
Stars: ✭ 16 (-20%)
Mutual labels:  vmware
n0stack
A simple cloud provider using gRPC
Stars: ✭ 51 (+155%)
Mutual labels:  virtualization

ansible-role-vcenter

Ansible role for installing, configuring and manipulating VMware vCenter Server objects.

Requirements

This role currently supports Debian/Ubuntu distros.

Further, this role utilizes code that, at the creation of this role, was currently under development at, and shared with us for our use, by, the Ansible development team. The code base can be found at: github

Role Variables

Documentation here is under way . . . in flux for a bit.

Example playbook

---
- name: create a VMware distributed switch
  hosts: local
  roles:
    - vcenter
  vars_files:
    - /vars/uianswers.yml

- name: setup portgroup in a VDS
  hosts: local
  roles:
    - vcenter
  vars_files:
    - /vars/uianswers.yml

License and Copyright

Copyright 2015 VMware, Inc. All rights reserved.

SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only

This code is Dual Licensed Apache-2.0 or GPLv3

Author Information

This role was created in 2015 by Tom Hite, Devin Nance and Daniel Kim / VMware.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].