Introducing VMware Cloud Well-Architected Designs

Introducing VMware Cloud Well-Architected Designs

When VMware launched the VMware Cloud Well-Architected Framework (VMCWAF), we started laying the groundwork for our customers to base their architecture and operational models around a well-thought-out methodology that is not locked to any vendor or technology. Given this cloud-agnostic […]


VMware Social Media Advocacy

Ansible Playbook: ESXi Maintenance Mode and Reboot

Ansible Playbook: ESXi Maintenance Mode and Reboot

In Ansible, you can run multiple tasks by grouping them under a single play. A play is a collection of tasks that target a specific set of hosts and are executed in order. In this article I would like to share couple of my Ansible Playbooks for ESXi Maintenance and Reboot. All Ansible Playbooks [..]


VMware Social Media Advocacy

What is Ansible Inventory and How to Add ESXi

What is Ansible Inventory and How to Add ESXi

Ansible Inventory is a hosts file which contains every server that is managed by Ansible. Inventory file is located in /etc/ansible/hosts on your Ansible VM. Once you add server in hosts file, you need also to establish an SSH connection using SSH key. In this article I will show you how to […]


VMware Social Media Advocacy