Create a VMware vSphere Virtual Machine - Ansible module vmware_guest

preview_player
Показать описание
How to automate the creation of a virtual machine guest with 1 CPU, 1 GB RAM, and 10 GB thin-provisioned storage using Ansible Playbook and the vmware_guest module.

BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code
200+ Automation Examples For Linux and Windows System Administrator and DevOps

my VIDEO COURSE: Ansible by Examples
200+ Automation Examples For Linux and Windows System Administrator and DevOps
Рекомендации по теме
Комментарии
Автор

i'm sorry to ask such a basic question but i'm still confused from the first video if inventory is pointing to localhost as hosts directive in the main yaml file did you ssh to the vcenter host and execute the playbook over there or the playbook is executed in the localhost and pointing to the esxi with hostname directive i still can't get my head around it

elabeddhahbi
Автор

Nice explanation, however it's better if you could show us the datacenter, ESXI, Network etc details from Vcenter - how it's shown there... thanks..

srikanth
Автор

By default ansilbe trying to connect via ssh with this credentials. To make it connect via https-api you need to add this lines to inventory file:
[all:vars]
ansible_connection=local

[servers]
localhost

ViktorZavadskyi
Автор

how the ansible will find the ISO images? is that defined some where, that ansible will ISO from that particular directory?

zayaankhan
Автор

How did you create ansible controller?

honeymotiyani
Автор

Sir, In Vcenter for a VM how to edit settings using ansible??

rohitnaidu
Автор

why the inventory is "localhost" ? and I get an error msg "failed to connect to the host via ssh, permission denied"

CnJpCaUs
Автор

Hi I am trying to create vm in VMware using ansible but I am getting module failure error

nandanbetti