Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.
I am trying to compare some variables so here is my case: pg_master_ip is an ip obviously. ansible …
ansible ansible-2.x ansible-inventoryI have been stuck with Ansible window module. I am just trying to ping windows machine.But i get 'connect …
ansible ansible-2.xI am running a 16.04 Ubuntu desktop machine using VirtualBox. This VM has Ansible 2.4.0 installed. I am trying to run an …
linux ansible ansible-2.xI have an ansible 2.1.0 on my server, where I do deployment via vagrant and on PC too. The role "deploy" …
git vagrant ansible sudo ansible-2.xI want to have a simple if else condition in ansibles jinja templates. For plain python cluster_name+'A' if …
python ansible jinja2 ansible-2.x ansible-templateI have to make delete some directory and create them on local before copy to the remote. Is there anyway …
ansible ansible-2.xI have a host file that looks roughly like this: [kibanamaster] efk host_ip host user passwd [elasticnode] esnode host_…
ansible ansible-2.x ansible-inventoryI'm trying to evaluate the value of the role_path variable in order to use it in other roles as …
path ansible jinja2 ansible-2.xI am trying to get from an inventory group a list of IP addresses instead of host names. These IP …
ansible ansible-2.x ansible-inventoryWithin an Ansible vars file, I want to convert a dict of dicts into a list of dicts that I …
dictionary ansible jinja2 ansible-2.x