Magnus Lübeck
Magnus Lübeck
@jose1711 how do you generate an `debug.svg` file?
I assume you run the role in your playbook with "become: yes". In later ansible releases (>1.9), the security has been tightened, so that it is tricky to first become...
It works for me, after I: * Commented out all "become: yes" and "become_user", and run the playbook/role with "become: yes" * I added a template/pg_ident.conf.j2 ``` #=== https://www.postgresql.org/docs/9.3/static/auth-username-maps.html #...
A colleague of mine, Ranko, had a similar issue recently, where we had a very similar scenario. We use a privileged user which is not "root", and we wanted to...
Hi, I just had a look at this, and figured out how to install postgres using an unmodified ANXS.postgres by using the following construct. I personally avoid ever logging in...
Sidenote: * On a digital ocean droplet, the package "acl" is already installed by default ``` root@postgrestest:~# dpkg -l | grep acl ii acl 2.2.52-3 amd64 Access control list utilities...
I have just successfully installed postgres against a 512MB droplet (the smallest possible) at Digital ocean with this, unmodified, role using: * The playbook in my comment above * ansible_user=ops...
I have just successfully installed postgres against a 2GB X86 server with Ubuntu Xenial ast Scaleway with this, unmodified, role using: * The playbook in my comment above * ansible_user=ops...
Hi! Almost correct. =) 3. Run playbook with an ansible_user (in my case the user is called "ops") which does not need a password to run sudo. I solved this...
Care to share screen output? Sent from my iPhone > On 20 Jun 2019, at 23:29, Newton Kitonga wrote: > > Experienced same issue today on a DigitalOcean droplet running...