One of the biggest shortcomings of the Ansible syntax is the ability to loop over a block with tasks in
Continue readingCategory: Ansible Tower / AWX
Custom credential types in Ansible Tower / AWX
Saving encrypted credentials is another cool feature in Ansible Tower / AWX. By default, there are a lot of custom
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 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 readingHow to create a PowerShell module for Ansible
In one of my older posts I discussed already how to create a custom Python modules for Ansible which you
Continue readingInvoke Ansible Tower (AWX) API Job using PowerShell
With Ansible tower or the open-source variant AWX you can create Job templates and workflows. Starting these job templates could
Continue readingHow to limit hosts in AWX / Tower Job template inventory?
When creating job templates you want to reuse the job template for multiple hosts without creating a new dynamic inventory
Continue readingBuild a custom Ansible Module with Python
Standard, there are a lot of modules available that are developed by the big active Ansible community. So reinventing the
Continue reading