Most voted questions in DevOps & Agile

0 votes
1 answer

Running to plays in one playbook

The inventory file is loaded before a ...READ MORE

Jun 25, 2018 in Ansible by ajs3033
• 7,300 points
1,062 views
0 votes
1 answer

Getting Error when trying to print IP to a file with terraform local-exec

I think you go in the wrong ...READ MORE

Aug 2, 2018 in DevOps Tools by Kalgi
• 52,360 points
1,648 views
0 votes
1 answer

Maven deploy Release Note as artifact

The following solution will do the trick: <profiles> ...READ MORE

Jun 22, 2018 in DevOps Tools by Atul
• 10,240 points
532 views
0 votes
1 answer

Publishing npm publish to nexus group repo

Group cannot be published. I'll suggest you ...READ MORE

Jun 22, 2018 in Other DevOps Questions by DareDev
• 6,890 points
3,176 views
0 votes
1 answer

repository restriction in visual studio team service

Follow these steps to set restrictions: 1.Adding users ...READ MORE

Jun 22, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
514 views
0 votes
1 answer

Migrating proxy npm repo in nexus 3

I don't think you can achieve this ...READ MORE

Jun 22, 2018 in DevOps Tools by DareDev
• 6,890 points
1,241 views
0 votes
1 answer

Issue with the perl script

I don't really know what might the ...READ MORE

Jun 22, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
618 views
0 votes
1 answer

Long running chef-client executions

You can try the following steps. Chef Server ...READ MORE

Jun 21, 2018 in Chef by shubham
• 7,340 points
531 views
0 votes
1 answer

sonar XML plugin installation failure in jenkins

You can try this link which SonarQube XML ...READ MORE

Jun 21, 2018 in Jenkins by Atul
• 10,240 points
734 views
0 votes
1 answer

Presenting docket dtates inside html page by javascript

Use the Docker Engine Api:Docker Engine API ...READ MORE

Jun 20, 2018 in Docker by DareDev
• 6,890 points
517 views
0 votes
1 answer

How to protect azure databases from accedental resource group deletion?

You can lock the resource to prevent ...READ MORE

Jun 20, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
475 views
0 votes
1 answer

Maven deploy “Release Note” as artifact

Using both @SpaceTrucker and @khmarbaise, came up with the following ...READ MORE

Jun 19, 2018 in DevOps Tools by Atul
• 10,240 points
1,153 views
0 votes
1 answer

How do I scale in Docker Swarm Mode W/Terraform Digital Ocean Load Balancing

The solution you could build for Digital ...READ MORE

Jun 19, 2018 in Docker by shubham
• 7,340 points
1,285 views
0 votes
1 answer

proper syntax for http_request put request

You'll hvae to interpolate values into strings. Start ...READ MORE

Jun 19, 2018 in Chef by DareDev
• 6,890 points
1,011 views
0 votes
1 answer

Logs in phoenix web app deployed using edeliver

The newer versions of edilever and distillery ...READ MORE

Jun 19, 2018 in DevOps Tools by ajs3033
• 7,300 points
778 views
0 votes
1 answer

IS app pool import fails with error message.configuration error…insufficient permissions

There is a config file at %SystemRoot%\System32\inetsrv\config\redirection.config Removed the ...READ MORE

Jun 19, 2018 in Other DevOps Questions by shubham
• 7,340 points
1,749 views
0 votes
1 answer

Clone AWS container instance to google container

I think what you can do is ...READ MORE

Jun 19, 2018 in DevOps on Cloud by shubham
• 7,340 points
523 views
0 votes
1 answer

cqlsh queries fial if tombstones are present

There are a few major differences between ...READ MORE

Jun 18, 2018 in DevOps Tools by DareDev
• 6,890 points
523 views
0 votes
1 answer

Where to use "heroku keys:add" command?

You can use it to upload your ...READ MORE

Jun 18, 2018 in DevOps Tools by ajs3033
• 7,300 points
569 views
0 votes
1 answer

How to allow the client to switch git branches on a website? (*without technical knowledge, for QA)

I think ,except the two options you ...READ MORE

Jun 17, 2018 in Git & GitHub by shubham
• 7,340 points
914 views
0 votes
1 answer

Is Dockerfile versioning a best practice?

According to me , it will be ...READ MORE

Jun 17, 2018 in Docker by shubham
• 7,340 points
721 views
0 votes
1 answer

salt error : “TypeError: coercing to Unicode: need string or buffer, bool found”

You can check the discussion regarding same ...READ MORE

Jun 17, 2018 in Other DevOps Questions by shubham
• 7,340 points
2,176 views
0 votes
1 answer

ARM deployment resourceID with the servicebus is not working

You can just use the name of ...READ MORE

Jun 17, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,172 views
0 votes
1 answer

Wrapping powershell around ruby

It might be only part of the ...READ MORE

Jun 17, 2018 in DevOps Tools by shubham
• 7,340 points
1,961 views
0 votes
1 answer

Ansible or Jenkins pipelines for bigger jobs

Well, you are indeed well aware of ...READ MORE

Jun 17, 2018 in Jenkins by shubham
• 7,340 points
819 views
0 votes
1 answer

Docker config to edit Node code when run

What you can do is pass environment ...READ MORE

Jun 17, 2018 in Docker by shubham
• 7,340 points
534 views
0 votes
1 answer

Vagrant provision shell : can not run ssh-copy-id

I think I can help you with ...READ MORE

Jun 17, 2018 in DevOps Tools by shubham
• 7,340 points

edited Jun 17, 2018 by shubham 1,165 views
0 votes
1 answer

How to regex replace nested values in Ansible

I'm not aware of any built-in method ...READ MORE

Jun 17, 2018 in Ansible by shubham
• 7,340 points
5,157 views
0 votes
1 answer

For Gradle & Spring Boot, how do I choose dependency with implementation?

Below is the answer to your question: Both ...READ MORE

Jun 17, 2018 in DevOps Tools by shubham
• 7,340 points
621 views
0 votes
1 answer

Docker containers as Jenkins Slave build agents

When you encapsulate the stage inside a ...READ MORE

Jun 16, 2018 in Docker by Atul
• 10,240 points
2,237 views
0 votes
1 answer

How to deploy kafka cluster on cloud?

You can run kafka in both ways ...READ MORE

Jun 14, 2018 in DevOps Tools by DareDev
• 6,890 points
517 views
0 votes
1 answer

How do I run chef client?

You've kinda answered your own question there. ...READ MORE

Jun 14, 2018 in Chef by ajs3033
• 7,300 points
533 views
0 votes
1 answer

dpkg a deb file in a local fodler on vagrant

Copy the file in the vagrant folder ...READ MORE

Jun 14, 2018 in DevOps Tools by DareDev
• 6,890 points
489 views
0 votes
1 answer

Unable to host from private build agent in team services

Check if you're deployent queue is hosted ...READ MORE

Jun 14, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
475 views
0 votes
1 answer

Gunicorn stuck on docker when run is executed with flask application

Here's something that you could try: Check your ...READ MORE

Jun 14, 2018 in DevOps Tools by ajs3033
• 7,300 points
6,141 views
0 votes
1 answer

Docker ports are working on the localhost but not with public ip

Probably, the reason is that you've included ...READ MORE

Jun 12, 2018 in Docker by Damon Salvatore
• 5,980 points

edited Oct 15, 2018 by Kalgi 3,948 views
0 votes
2 answers

Insufficient permissions in configuration for importing IIS application pool

Try running the cmd window as administrator. ...READ MORE

Oct 7, 2021 in Other DevOps Questions by Tony D.
3,264 views
0 votes
1 answer

Preferred method for Docker File Versioning

Use labels to add versioning information to ...READ MORE

Jun 11, 2018 in Docker by ajs3033
• 7,300 points
1,252 views
0 votes
1 answer

adding exclusions in sonar analysis properties

Properties are not cumulative. As described at ...READ MORE

Jun 8, 2018 in Jenkins by DareDev
• 6,890 points
4,718 views
0 votes
1 answer

How to get results of SonarQube?

You can use sonarqube quality gates which ...READ MORE

Jun 8, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
2,878 views
0 votes
1 answer

Unable to start apache on mac os x 10.13

I had the exact same issue when ...READ MORE

Jun 7, 2018 in Other DevOps Questions by DareDev
• 6,890 points
718 views
0 votes
1 answer

How to send docker using terraform to aws cloudwatch?

Check if you set all the permissions ...READ MORE

Jun 7, 2018 in Docker by DareDev
• 6,890 points
2,382 views
0 votes
1 answer

Want a command to be executed in Salt only if a directory is empty

You should consider using this inside your ...READ MORE

Jun 12, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
1,498 views
0 votes
1 answer

Will there be any trouble if I start two jenkins master having common windows slave machine.

Since, you can go with your procedure ...READ MORE

Jun 7, 2018 in Jenkins by Damon Salvatore
• 5,980 points
1,290 views
0 votes
1 answer

Do I have to install VMWare drivers to create a VMWare image using packe vmware-isor?

Here is a possible solution to your ...READ MORE

Jun 7, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
1,939 views
0 votes
2 answers

how am I gonna assign a proper role name to allow a stack deployment via CloudFormation in AWS codepipeline?

 There's documentation on how to configure a ...READ MORE

Aug 17, 2018 in DevOps on Cloud by Priyaj
• 58,090 points
892 views
0 votes
1 answer

Using multiple config files using same template in a role in ansible

Go through this include_role module: tasks: - ...READ MORE

Jun 5, 2018 in Ansible by DareDev
• 6,890 points
4,026 views
0 votes
1 answer

sonar property file & Analysis properties are getting exclusion in them

I think following things should be kept ...READ MORE

Jun 5, 2018 in Other DevOps Questions by Damon Salvatore
• 5,980 points
1,644 views
0 votes
1 answer

Python-based project of salt stack

you can use python instead of yaml, ...READ MORE

Jun 5, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
559 views
0 votes
1 answer

Any rate limiter for kitura

Try using KituraLimiter as a rate limiting ...READ MORE

Jun 4, 2018 in DevOps Tools by DareDev
• 6,890 points
505 views