Skip to main content

Questions tagged [practices]

2 votes
1 answer
64 views

I'm a developer on an agent software team, researching ways to streamline the mass deployment of our agent on clients' machines. Currently the process involves running a script to determine the exact ...
Itamar G's user avatar
  • 123
3 votes
2 answers
132 views

I am trying to convince my fellow workers and management as part of DevOps transformation to adopt "fail fast" in almost everything. Amazon has two principles "bias for action" & "are right a lot" ...
Walid's user avatar
  • 131
35 votes
5 answers
26k views

We are planning to use ansible vault in our project to prevent leaking passwords or keys in git. The idea is to put all our sensitive data into a plain file then encrypt this file with ansible-vault ...
storm's user avatar
  • 1,769
5 votes
3 answers
3k views

I've recently stumbled upon the "Walking skeleton" term and got a bit confused about the terminology. Is it the same or a variation of a Minimum Viable Product, or how does it relate to MVP in ...
alecxe's user avatar
  • 849
-2 votes
2 answers
124 views

My devops team is struggling with managing incidents and having quick response times anyone know of some software that can help with this? And the pros and cons of them? Thank you very much.
ghjghgkj's user avatar
  • 101
7 votes
1 answer
977 views

I use nohup for starting Ansible playbooks inside the Master which is spawned via boto3 from AWS Lambda. This playbook creates multiple workers, make them do some tasks, and terminates them. So, I ...
Dawny33's user avatar
  • 2,816
54 votes
1 answer
21k views

One of my agile teams has taken an interesting approach in the early stages of their project. Instead of starting the project with a Sprint 0 where they setup code infrastructure and decide on the ...
Richard Slater's user avatar