python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Ansible tower - Run multiple playbooks at once
I want to run multiple playbooks at once on ansible tower, How do I create job template for this? Job template is allowing me to select only one playbook at a time.
PRASHANT JHA
Votes: 0
Answers: 2
How to match/search a substring from a dict attribute that is a list
Here's the scenario:
a playbook that calls a role to create users in multiple servers, including a VM Scale Set (where ansible_hostnames can't be predicted) - inventory is already being dynamically g...
rofz
Votes: 0
Answers: 1
Ansible template error while templating string : unexpected char '@' in email
I'm using Ansible to get a list of user emails from an API and I want to loop over them.
This is the json response I get from the API:
"users": [
{
"email": "email1@email....
RabbitG
Votes: 0
Answers: 1
Ansible set dictionary value based on another variable value
How can I implement below condition, to set value of dictionary config in Ansible ?
Dictionary config and variable turn_on_encryption are both specified in same vars file.
if turn_on_encryption == tru...
penguin
Votes: 0
Answers: 1