Jure Erznožnik

Results 9 issues of Jure Erznožnik

### What problem does this feature solve? Components with multiple properties might fail property validation at the most inopportune time: assigning one property will trigger property validation for all `function...

contribution welcome
improvement
warnings

I'm attempting to get pgbouncer work nicely with pg using this role. The problem is that pgbouncer can't use peer authentication if I want it to keep users identifiable and...

Just writing to let you know that I have successfully used this role on ubuntu 19.04. What I observed: On a fresh ubuntu install **but** postgresql-client manually pre-installed, I ended...

Just reporting after having finished provisioning using this role. I had to add the following section to the task provisioning vm hosts: ``` pre_tasks: - name: VM hosts required packages...

A proposal enhancement for #25 I had to create a filter to convert from get_xml's XML format into dict. facts and info did not return complete network info and were...

Trying to get this role working, but got stuck with: ``` TASK [stackhpc.libvirt-host : Ensure libvirt storage pools are defined] ******************************************************************** failed: [ansible-host] (item={'name': 'default', 'type': 'dir', 'path': '/var/lib/libvirt/images', 'mode':...

I ran into an issue configuring the default network pool where qemu won't modify the subnet like I want. The playbook runs just fine, but doesn't change anything. ``` -...

My VM host already has a template disk file in its storage pool. I would like to use that file as full copy template, not as COW backing image. However,...

Hi, I've deployed my app with nginx + uwsgi. It seems to be working fine except for the pact that every now and then, request will yield a 502 error...