Lionel Sausin
Lionel Sausin
This looks promising. Unless I'm mistaken, pgtune is supported only on old versions of PG so no-one should have to object. So if I may suggest, you could completely replace...
Host vars can be arranged in a number of different path (inside/alongside the inventory dir, with/without `.yml`, with/without subdirectories, as executable scripts...) so including the host vars this way will...
Wouldn't it make sense to simply put the optimized values as defaults ? Maybe only keeping the memory percentage low to avoid OOMs. This way users who have already customized...
Fixes #521 Works for me on Ubuntu Jammy beta (edit: using the Ubuntu repo, not extensively tested yet) Thanks
Don't think it's a bug. You probably should let Apache serve static files (as noted in the Django docs somewhere), but this app overrides some of the static files and...
> Waiting for [proxmoxer/proxmoxer#86](https://github.com/proxmoxer/proxmoxer/pull/86) so this can be integrated more natively. I think it is now. If you go on with this PR in the coming weeks, I think I...
Would the local connection work with `delegate_to` ? like : ``` hosts: my_ct tasks: - proxmox: node: target_node vmid: 999 hostname: "{{ inventory_hostname }}" password: 12345 #... delegate_to: target_node ```...
I'll do my best to test it soon
Hum I notice the docs all point to a database names "icinga" so maybe we should change the debian package instead ?
Ansible 2.9 is the current version and this is now a blocking bug. This PR fixes it, can you please merge it ?