Hey group! I'm in a bit of a situation and I could use some pointing in the right direction. So far we have around 3 pet servers with a bunch of ad-hoc nginx configurations, ...
What's the "correct" way of renaming a group on GitLab? Backstory: when the company's group was first setup, nobody considered the posibility of using anything beyond git, so...
Assuming I have an Ansible project, with a Common role, and many other roles at the same level, how can I notify handlers from the Common role from, let's say, a webserver rol...
I've got a career question, regarding DevOps both as culture and as a role: How much progress can one expect to make as an SRE/Developer applying DevOps concepts while working...
Is there any way to establish a dependency between jenkins pipelines? the use case is: we have a pipeline triggering from github webhooks for a base docker image that a bunch...
I'm trying to clean up the docker mess that was left on one of our servers. We have a bunch of docker-compose applications and another bunch of ad-hoc docker containers, that ...
hello! I just stumbled into (what i think is) an issue with DO's terraform provider. reworking a module has led me to renaming a resource from, let's say "foo_bar", into "this...
Hey guys, I know this is just tangentially related to DevOps, but I can't figure out a better place to ask. Does anyone frequently use draw.io to deal with infra/database diag...
Is there any way to expose an RDS instance to the public ONLY for a user with read-only access? I'm at a loss about what to even look for here. The AWS documentation points me...
Is there any way to reload the docker daemon without bringing down all running containers, or am I SOL? According to the docker documentation I can reload the systemd service ...
Is there any way I can run provisioners via terraform after all creation steps are done? Due to a wonky infra layout I need to run certbot to get certificates after a droplet ...
I've been stumped since friday on this... For some reason a docker-compose volume statement is mounting a file as an empty directory, but ONLY when run from a Gitlab CI share...
Yeah I know that, but remote storage like S3 isn't immediately available. Of course I don't mean to say a local volume should be the only backup (3 2 1 rule anyone?), I was ju...
@yosefrow i understand the solution now, but the issue is that this host server uses an nginx instance for many other apps, most of which are not dockerized, so binding nginx-...
Ok I think I figured out what's causing this at least. docker-compose is running on a remote host, through a secured TCP socket. Could it be that the volume mapping is looking...
Is it normal for an EKS node group load balancer to take a while to start serving?. My terraform module creates everything correctly and outputs the ELB url, but it takes abou...
apiRequests.reduce((p, fn) => p.then(fn), Promise.resolve()) I've read this snippet is supposed to execute promises sequentially. Did I misunderstand or am I doing something ...
what do you mean, I don't need a hydraulic hammer to kill a mosquito?
This accomplishes the same task as Packer for aws, right?
I do, but for building images with packer. You mean running another playbook manually after terraform's execution?