One of the biggest shortcomings of the Ansible syntax is the ability to loop over a block with tasks in
Continue readingTag: ansible
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 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 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 readingAnsible Tower / AWX No playbooks visible in template
One of my playbooks was not visible in Ansible Tower / AWX.The troubleshooting steps I have taken to solve the
Continue reading