Most viewed questions in DevOps & Agile

0 votes
1 answer

What is vault id?

A vault id is an identifier for ...READ MORE

Mar 7, 2019 in Ansible by William
865 views
0 votes
1 answer

Azure Devops Extension- PublishHTMLReport in Azure pipelines not producing HTML tab in azure devops

It seems like you're facing an issue ...READ MORE

4 days ago in DevOps on Cloud by anonymous
• 1,380 points
864 views
0 votes
1 answer

how to create a job using jenkins for Sign the puppet certificate on master ?

Take a look at this  https://fullstack-puppet-docs.readthedoc ...READ MORE

May 29, 2020 in Jenkins by Sirajul
• 59,230 points
863 views
0 votes
1 answer

CRC check failed error when pulling ansible role from git

You can try adding --no-wait option to the ansible-galaxy import call ...READ MORE

Mar 14, 2019 in Ansible by Kanika
862 views
0 votes
1 answer

Ansible "When" statement

You can try the following workaround. So ...READ MORE

Jul 4, 2019 in Ansible by Anvit
860 views
0 votes
1 answer

Error: Cannot access server in docker container

Try to publish your port: docker run -p ...READ MORE

Sep 7, 2018 in Docker by Tyrion anex
• 8,700 points
860 views
+1 vote
1 answer

I’m facing problems while setting up Maven. How do I solve this?

First of all check if you don't ...READ MORE

Jul 25, 2018 in DevOps Tools by Sophie may
• 10,610 points
859 views
0 votes
1 answer

What is the difference between Apache Mesos and Kubernetes?

Hi@akhtar, Kubernetes and Apache Mesos are DevOps infrastructure ...READ MORE

Dec 16, 2020 in Kubernetes by MD
• 95,440 points
858 views
0 votes
1 answer

Can Docker for Windows using Linux containers operate on a VMware vSphere Windows 10 VM?

In order to run linux containers, Docker ...READ MORE

Nov 30, 2018 in DevOps & Agile by Sophie may
• 10,610 points
858 views
0 votes
0 answers

Installing the Visual Studio 2015 toolkit (v140) on a Microsoft hosted Azure Devops Build Pipeline Agent

I attempted to install the v140 toolset ...READ MORE

Mar 29, 2022 in Other DevOps Questions by Kichu
• 19,050 points
857 views
0 votes
1 answer

How to configure and execute Azure Devops classic editor pipeline after commit in Github?

If you're looking for CI/CD triggers, all ...READ MORE

Feb 10, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
857 views
0 votes
1 answer

[main]Something happen while delivering an email {:exception=>#<EOFError: end of file reached>}

Hi@akhtar, You are trying to use port no. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
856 views
0 votes
1 answer

Kubernetes AWS EBS Timeout waiting for volume state

Hey @lina,Its a bug in the Kubernetes EBS ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
856 views
0 votes
1 answer

Adding nodes to a swarm

To Add Worker nodes : Open a terminal and ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
855 views
0 votes
1 answer

How to install podman in Linux?

Hi@akhtar, If you are using RedHat/CentOs system, then ...READ MORE

Apr 20, 2020 in Docker by MD
• 95,440 points
854 views
0 votes
1 answer

Why do my services take 10 seconds to recreate or stop?

Docker compose stop attempts to stop a ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
853 views
0 votes
1 answer

How to install grafana tool in Linux?

Hi@akhtar, To download Grafana in Linux system, you ...READ MORE

May 29, 2020 in DevOps & Agile by MD
• 95,440 points
852 views
0 votes
1 answer

Can Kubernetes dashboard be accessible from outside the cluster?

Yes, you just have to copy the ...READ MORE

Apr 30, 2019 in Kubernetes by Himanshu Sharma
849 views
+1 vote
1 answer

Error saying "Error : group map (some junk)is already registered" when trying to run kubectl get nodes

Seems like the installed version of kubectl ...READ MORE

Dec 12, 2018 in Kubernetes by Kalgi
• 52,360 points
849 views
0 votes
1 answer

Advantages of using Ansible?

Ansible has a lot of advantages, like ...READ MORE

Jan 8, 2019 in Ansible by Thomas
848 views
0 votes
1 answer

SaltStack: how do I repeat other states with context?

In your case it’ll look something like ...READ MORE

Jul 10, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
848 views
0 votes
1 answer

How to change the URL for a remote Git repository?

Hi@akhtar, You can use the git remote command ...READ MORE

Nov 21, 2020 in Git & GitHub by MD
• 95,440 points
846 views
0 votes
1 answer

Access Inventory file - Ansible

You can just use {{ ansible_ssh_host }} Inventory: [my_hosts] my_host ansible_ssh_host=127.0.0.1 ...READ MORE

Jan 24, 2019 in Ansible by Akansha
846 views
0 votes
1 answer

Web Service with WebSocket Implementation on AWS Blue-green deployment

Try connection draining. It will send all ...READ MORE

Apr 2, 2018 in DevOps & Agile by DareDev
• 6,890 points
846 views
0 votes
0 answers

Azure DevOps macOS image with Xcode 13 to build for iOS 15

I can't find an image in Azure ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
845 views
0 votes
1 answer

Getting 500 error code while Bitbucket-Jenkins integration.

Use generic webhook instead of bitbucket webhook. It ...READ MORE

Sep 21, 2020 in DevOps Tools by Krishnom
844 views
0 votes
1 answer

Upload encrypted file using ansible vault?

You can do this, make your playbook ...READ MORE

Jan 29, 2019 in Ansible by Faizal
844 views
0 votes
1 answer

Puppet: Error: Could not run: Could not retrieve facts for xxxxx: no implicit conversion of nil into String

I had the same error and the ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
843 views
0 votes
1 answer

Is it possible to create a custom docker image from a running docker container?

Yes you can create a custom docker ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,230 points
842 views
0 votes
1 answer

Dockerfile to install MongoDB and create a default directory and end it with exposing it

Hey @Nisha, you could write a dockerfile ...READ MORE

Jan 22, 2019 in Docker by Pallavi
842 views
0 votes
0 answers

Azure DevOps manually publish an external libraries to Azure Artifacts?

I have an external library I created ...READ MORE

Apr 12, 2022 in Other DevOps Questions by Kichu
• 19,050 points
840 views
0 votes
0 answers

How can I upload a 'secret file' via the Azure DevOps REST API?

There is a secure file store built ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,050 points
838 views
0 votes
2 answers

Invalid key error message while using Docker for Windows

I think the problem is with the ...READ MORE

Sep 17, 2020 in Docker by Kim
838 views
0 votes
1 answer

Is it possible to force the pod to run on a specific node?

By default, anti-affinity is not attempted by ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
838 views
0 votes
1 answer

Different types of cloud controller manager

There are four different types of Cloud ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
838 views
0 votes
1 answer

How to add an empty directory to a Git repository?

Hi@akhtar, A popular solution is to simply add ...READ MORE

Oct 5, 2020 in Git & GitHub by MD
• 95,440 points
837 views
0 votes
1 answer

Puppet+Docker: How can a user initialize, join and leave the swarm?

The docker module has an example task ...READ MORE

Aug 14, 2019 in Puppet by Lilly
837 views
0 votes
1 answer

What is the maximum limit of puppet agents that a Puppet server can handle?

 If scaling is a issue, you can ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
835 views
0 votes
1 answer

I am having problem with Apache as it cant restart because it already uses its port

Here is what you can do. Free ...READ MORE

Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
835 views
0 votes
1 answer

Is there a way to find out the URL that a local Git repository was originally cloned from?

Follow the below commands , the URL ...READ MORE

Jul 14, 2018 in Git & GitHub by Sophie may
• 10,610 points
835 views
+1 vote
1 answer

How to deploy a feature with zero downtime in kubernetes?

By default Deployment in Kubernetes uses RollingUpdate as a ...READ MORE

Jul 18, 2019 in Kubernetes by Sirajul
• 59,230 points
834 views
0 votes
1 answer

How to delete a remote Git tag?

Hi@MD, It is very simple to delete a ...READ MORE

Sep 4, 2020 in Git & GitHub by akhtar
• 38,230 points
833 views
0 votes
1 answer

Abort playbook execution when servers fail to deploy.

Het @Peter, try something like this: - name: ...READ MORE

Feb 7, 2019 in Ansible by Pragati
833 views
0 votes
1 answer

Error when installing a role - Ansible

The yaml python package is provided by the PyYAML pip ...READ MORE

Jan 28, 2019 in Ansible by Fez
833 views
0 votes
1 answer

How do I make my_dir available for all hosts? - Ansible

Hey @Kiara,  f you want to make my_dir available to ...READ MORE

Feb 1, 2019 in Ansible by Anisha
832 views
0 votes
1 answer

Setting up CICD on a local server

As to how to integrate git repo ...READ MORE

May 31, 2018 in Other DevOps Questions by ajs3033
• 7,300 points

edited May 31, 2018 by ajs3033 832 views
0 votes
0 answers
+2 votes
1 answer

jenkins automatic deploy

You could probably configure these 3 jobs ...READ MORE

Aug 29, 2019 in DevOps & Agile by Sirajul
• 59,230 points
830 views
0 votes
1 answer

err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

This error occurs when Windows agents' time isn't synced.  Windows agents ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
830 views