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
Category: python
Openstack convert an instance with ephemeral root disk to persistent root disk
Convert an Openstack instance root disk from ephemeral storage to persistent.
Netflix and Python or how I scraped Aussie Netflix tv shows from finder
Scrape finder.com.au with python to obtain Australian Netflix list.
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