How to use wget and Github with vRealize Automation Blueprints

I recently started using GitHub as part of another blog post demonstrating how to integrate Ansible with vRealize Automation. It occurred to me that I could also use Github as a place to store scripts with version control as well as any other code I needed to deploy to a Continue reading How to use wget and Github with vRealize Automation Blueprints

vRA Ansible Integration 3 ways

In this blog series I will walk you through 3 ways to integrate Ansible with vRealize Automation 7. Just to set expectations this guide is not about Ansible. This is really more focused on how you can use Ansible with vRealize Automation together to provide both provisioning with policy and Continue reading vRA Ansible Integration 3 ways

The vRA Guest Agent Ansible Integration

In this guide I will show you to use a Guest Agent Blueprint to integrate Ansible Playbooks. In this example I am using what I describe as Ansible Standalone. Meaning, there is no Ansible Server that is pusing the playbook to this server. I simply install ansible, pull the playbook Continue reading The vRA Guest Agent Ansible Integration

The vRA Software Components Ansible Integration

In this guide I will show you to use a Software Components Blueprint to integrate Ansible Playbooks. In this example I am using what I describe as Ansible Standalone. Meaning, there is no Ansible Server that is pusing the playbook to this server. I simply install ansible, pull the playbook Continue reading The vRA Software Components Ansible Integration

vRA with Ansible Server and vRO integration

In this guide I will show you to use a Software Components Blueprint to integrate Ansible Playbooks. In this example I am using what I describe as Ansible Enterprise. Meaning, there is no Ansible binary installed on the provisoned VM’s and there is no internet access required from the provisoned Continue reading vRA with Ansible Server and vRO integration

How to export vRA 7 Blueprints as code

vRealize Automation has a ton of great new features that make it easier than ever to build and manage your hybrid cloud. In this guide I will walk you trough using the latest Cloud Client Command Line utility to export your blueprints as code. I will also show you how Continue reading How to export vRA 7 Blueprints as code

How to import vRA7 Blueprints as code

vRealize Automation has a ton of great new features that make it easier than ever to build and manage your hybrid cloud. In this guide I will walk you trough using the latest Cloud Client Command Line utility to import blueprints as code.

How to get the IP address of a VM in vRealize Automation 7 REST API

In my last post I showed you how to script a REST API request in vRealize Automation 7. Now let’s close the loop and get the details of that request. In this guide I will show you how to retrieve the IP address of a provisioned item. You can then Continue reading How to get the IP address of a VM in vRealize Automation 7 REST API