python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to combine 2 list based on a common key value in Ansible Jinja2
I am trying to combine a particular value into a list based on a common key(organizationId) value from a JSON array. Here i am using a Jinja template to create a Json file that will be used for furthe...
Vinny
Votes: 0
Answers: 1
Can I modify Ansible 'remote_tmp' on a per task basis?
I am running some tasks with delegate_to. When those tasks run, they use the same remote_tmp directory setup from the ansible.cfg.
However, due to permissions and directory size issues, I need to cha...
MegaHurts2010
Votes: 0
Answers: 1
How to remove the extra curly bracket while using jinja2 if condition in Ansible
I am creating a new JSON list using the jinja2 template and a json(base.json) file. The output is having extra curly brackets while iterating the json file which doesnot meet the condition to have a h...
Vinny
Votes: 0
Answers: 1
How to become a user with root priveleges in ansible
I am setting up a playbook that automatically configures my workstation. This will hopefully allow me to quickly install linux somewhere and automatically have all the resources I need.
One of the ste...
eto3542
Votes: 0
Answers: 0