Giter Club home page Giter Club logo

ansible-vsphere-ubuntu-vm's Introduction

About

Build status

This is an example Ansible project that creates a Ubuntu VMware vSphere Virtual Machine.

For a more complete Ansible Playbook see the rgl/my-ubuntu-ansible-playbooks repository.

Usage

Execute the following procedure in a Ubuntu machine.

Install the test/templates/ubuntu-22.04-amd64-vsphere virtual machine template in your VMware vSphere environment.

Install Docker.

Open the inventory file and modify the virtual machines details to fit your environment.

Set your VMware vSphere details:

cat >secrets.sh <<'EOF'
export VM_VSPHERE_HOSTNAME='vsphere.local'
export VM_VSPHERE_USERNAME='[email protected]'
export VM_VSPHERE_PASSWORD='password'
export VM_VSPHERE_DATACENTER='Datacenter'
export VM_VSPHERE_CLUSTER='Cluster'
export VM_VSPHERE_DATASTORE='Datastore'
export VM_VSPHERE_TEMPLATE='test/templates/ubuntu-22.04-amd64-vsphere'
export VM_VSPHERE_FOLDER='test'
export VM_ADMIN_PASSWORD='admin'
export VM_GATEWAY='10.0.0.1'
export VM_FIRST_IP='10.0.0.11'
EOF
source secrets.sh

Lint the playbooks:

./ansible-lint.sh --offline --parseable example.yml
./ansible-lint.sh --offline --parseable example-destroy.yml

Create and configure the example1 machine using the example.yml playbook:

./ansible-playbook.sh --limit=example1 example.yml | tee ansible.log

Destroy the example1 machine using the example-destroy.yml playbook:

./ansible-playbook.sh --limit=example1 example-destroy.yml | tee ansible.log

ansible-vsphere-ubuntu-vm's People

Contributors

rgl avatar

Watchers

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