Rasto Macko
Rasto Macko
Guys pointing it to archive makes it complicated with renewal. This is much better approach This is just important part of compose what has been mentioned already above environment: -...
@kopax I use it with letsencrypt generated on host outside of container and reload it in post hook. But I would like to change it to have some SSL termination...
@kopax Solution with traefik would be great in case ldap is running without TLS and traefik does SSL termination. Traefik can store certs in shared storage or consul, but importing...
With nginx as SSL termination is possible and it can proxy any TCP/UDP traffic: https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/ Traefik has TCP services what might do the job, but I never tried.
Im very confused with docs, tried to set up cluster few times and it does not work as its described. When I dont set admin user in local.ini, my couchDB...
I finally found the reason. In Debian default installation there is a file: ``` cat etc/default.d/5-single-node.ini # Package-introduced single node file [cluster] n = 1 ``` After removing this file,...
Task in repository: ``` - name: "SELinux | RedHat | Add SEmodule to fix SELinux issue: zabbix_server_alerter.sock" ansible.builtin.script: cmd: files/install_semodule.bsx args: creates: /etc/selinux/targeted/active/modules/400/zabbix_server_add/cil become: true tags: - config ``` Task...
I downloaded manually this artifact and task there is wrong: https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-zabbix-2.3.0.tar.gz
@flowerysong thanks for your response. I know its fixed in the code, but when you download community.zabbix collection from galaxy, its not fixed there
Did not know at the time when I opened bug report. As I mentioned twice already, in github the code is correct, but in galaxy.ansible.com is wrong ? Who should...