Ansible / Python Cross vcenter clone

During the process of automating VMware template creation, I came across a requirement to clone said templates to different vcenters. After checking out the ansible vmware modules, the vmware REST API documentation, I found that there was no out of box solution to clone to different vcenters. After doing a bit of research, I was … Continue reading Ansible / Python Cross vcenter clone

Netflix Australia – March 2019: Top 200 TV Series by IMDB Rating

Having trouble finding a new TV series to watch on Netflix I decided to do an experiment, list an arbitrary number of shows available on Netflix Australia by IMDB rankings. I have written some python modules to scrape finder.com.au for TV Series showing on Aussie netflix, pull it down then search for IMDB ratings using … Continue reading Netflix Australia – March 2019: Top 200 TV Series by IMDB Rating

Fun with authorized_keys, openssh and window 2k16.

Recently I came across an issue getting ssh keys working from a linux machine to a windows 2016 server running openssh server. I generated the keys are you usually do, copied the public key over to the windows users $HOME/.ssh/authorized_keys. However it didn't seem to work. After a lot of digging around I found it … Continue reading Fun with authorized_keys, openssh and window 2k16.

Add a volume to an Openstack Instance

Summary As a follow on to a similar post regarding vmware disks , this post will focus on a playbook to attach extra volumes to an Openstack instance. Requirements An account with appropriate access to add volumes in OSP.A valid instance.Enough resources to handle the new volumes. Get 'er done! The playbook requires an instance … Continue reading Add a volume to an Openstack Instance