You have installed SQL server, but you don’t remember the SA password you entered during the installation. Something that almost
Continue readingMake sure you configure your ‘user.name’ and ‘user.email’ in git
When you install GIT for the first time on your computer, and you’re trying to sync a repository, this message
Continue readingFind all Windows scheduled tasks running as specific user
During an Active Directory cleanup, I needed to find all tasks which were running with a specific service account. With
Continue readingHow to get Windows Update history with PowerShell
It’s nowadays very important to install the latest Windows updates on a monthly basis. If your computer is not recently
Continue readingAnsible AWX / Tower: ERROR! couldn’t resolve module/action ‘module’
Last week i was struggling with the Ansible module paths and virtual environments in AWX.My structure looks like this: Had
Continue readingextra_vars ignored Tower / AWX API call
After endless troubleshooting just a note to myself and other people who facing this strange issue. Google does not index
Continue readingAdding data to Elasticsearch
This is post 2 of 2 in the series “ELK Stack Adventures” Installing Elasticsearch and make use of the ELK
Continue readingInstall Elasticsearch on Linux
This is post 1 of 2 in the series “ELK Stack Adventures” Installing Elasticsearch and make use of the ELK
Continue readingAnsible VMWare playbook examples
Using Ansible can be a powerful way to maintain or deploy VMWare environments. Very easy to use and great for
Continue readingHow to add Python modules to AWX on Kubernetes
The standard AWX deployment comes with a standard Python virtual environment with some pre-installed python modules. These default modules are
Continue reading