Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/ansible-role-nsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-nsx

Ansible playbook to automate installing and maintaining VMware NSX.

Requirements

This role has a single dependency on the Chaperone project. In particular, this role requires that an external source(e.g., the playbook) define the variable django_app, which usually is "chaperone" but may be set to any value that defines the 'chaperone application' intending to configure and install NSX.

Role Variables

# this is where the UI installs the ovftool this by default
ovftool: /usr/local/bin/ovftool/ovftool

Example playbook

---
- hosts: nsx
  sudo: True
  roles:
    - nsx
  vars:
    - ... forthcoming

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 License 2.0 or GPLv3

You may obtain a copy of the License(s) at

http://www.apache.org/licenses/LICENSE-2.0

or

https://www.gnu.org/licenses/gpl-3.0.en.html

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •