Ansible AWX using surveys to answer questions in playbooks “Virtual machine snapshot example”
You can use surveys in awx as a front-end for users to answer questions in playbooks in the from of variables. In this example I will ask a question on…
You can use surveys in awx as a front-end for users to answer questions in playbooks in the from of variables. In this example I will ask a question on…
In this blog I will explain how I was able to deploy a whole ready environment ready to use as people like to call it “On-demand environments”. I was able…
AWX provides a web user interface to run playbooks and api’s and built on top ansible. Below guide is the initial setup after been deployed and connecting to vcenter, please…
The first thing about ansible is that it is agentless so makes it easy to automate tasks but the destination does requires ssh. Purpose of it is to automate repeatable…