A backwards-compatible mechanism to get version of installed package
Category: Python
Configuring Ansible to run commands on the provisioned resources
This is part 3 of the my series on automating my Home Lab. In this chapter, we will be integrating the inventory that was generated by terraform in the last episode. At the end of the exercise, the repository will look something like this with these changes. Ansible Setup You need to install Ansible using… Continue reading Configuring Ansible to run commands on the provisioned resources
Simple Install Guideline for Python 3.8 on Windows
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of indentation Getting the installer Visit https://www.python.org/downloads/ and look for the bright yellow download button. As of now, the button links to the installer for version 3.8.5,… Continue reading Simple Install Guideline for Python 3.8 on Windows