Skip to content

Use Ansible to deploy VMware template, add to dynamic inventory and provision.

Notifications You must be signed in to change notification settings

justai-net/ansible_vmware_deploy_provision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_vmware_deploy_provision

Use Ansible to deploy VMware template, add to dynamic inventory and provision.

Deploy

# ansible-playbook deploy.yml

Destory

# ansible-playbook destroy.yml

Example Spec sheet

spec:
  nodes:
  - name: justai-web01
    os: Centos7
    services:
    - nginx
    - motd
    ip: 192.168.30.111
    netmask: 255.255.255.0
    gateway: 192.168.30.1
    disk_size: 50
    mem: 1024
  - name: justai-db01
    os: Centos7
    services:
    - mysql
    - motd
    ip: 192.168.30.112
    netmask: 255.255.255.0
    gateway: 192.168.30.1
    disk_size: 50

About

Use Ansible to deploy VMware template, add to dynamic inventory and provision.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published