Gert van den Berg
Gert van den Berg
> Use latest version and it works. Just set up pgbouncer.ini with > > ``` > admin_users = pgbouncer > ``` It seems that the slightly more secure `stats_users =...
> I'm confused, sorry. I want my `--deploy-hook` script to execute ONCE only upon a NEW cert being obtained. Is method A, B, or C below correct? > > ###...
> Ok thanks @mohag > > Just to clarify, even when specifying the `--deploy-hook` commandline argument, the resulting config file ends up containing a line that reads `renew_hook = ...`...
I see git-blame refers to this: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ My guess is that `cloud-init-local.service` is the other interfering service here... It has this: ``` DefaultDependencies=no Wants=network-pre.target After=systemd-remount-fs.service Before=NetworkManager.service Before=network-pre.target Before=shutdown.target Before=sysinit.target Conflicts=shutdown.target...
> This issue forced me, unfortunately, to stop using firewalld :( My unit file (based on Fedora's one) from [the initial post](https://github.com/firewalld/firewalld/issues/414#issue-374459890) in `/etc/systemd/system` should allow it to work... (It...
> ``` > kubectl rollout status -w deployment/foo-bar -n foo > ``` > becomes... > ``` > - name: "k8s wait for deployment/foo-bar rollout" > kubernetes.core.k8s_info: > kind: Rollout >...
Just a note: Edge can install extensions from the Chrome Web store as well
> @mohag can u get these values from `subnets`. It has all the subnet attributes? Correct, that is what I eventually did, see the note in "Additional Information". (So what...
That does work yes, thanks! ``` TASK [mongodb : If we have a bucket and no endpoint / region, fetch the endpoint from AWS] ****************************************************************************************************************************************** task path: /home/gertvdb/src//ansible/roles/mongodb/tasks/pbm.yml:290 ok: [mongo.qa1.]...
I also have a workaround that requires no bucket permissions / boto3 installation... (S3 redirects to the correct region for a bucket even without permissions, It also returns the correct...