Apr
28
2021
Diagram as Code by Mingrammer lets you draw beautiful diagrams while offering so many icons. It is just frustrating to go within all subdirectories to check and see all available icons. I decided to write a piece of code that imports classes from Diagram as Code package’s submodules.I then gather each provider’s submodules in a […]
Tags: Diagram, Python, Reporting
Apr
01
2021
IBM Cloud relies on Softlayer API – also called IBM Classic Infrastructure – to automate things. The API is available in different languages such as Python, Go, Java or PHP, and can be used to build an Ansible inventory. Here I will generate automatically a host inventory collected from my IBM Cloud account, directly usable […]
Tags: Ansible, IBM, IBMCloud, Python
Mar
14
2021
Diagram as Code is a hot topic these days that brings a lof of benefits. Among them:– Keep track of changes, who and what– Store on a repository as simple text– No need to realign arrows or move things around when you add an item– Much faster as a consequence once you have the knowledge– […]
Tags: Diagram, Python, Reporting