Tuxem
Tuxem
To install ansible via pip on fresh installs, it might needs somes dependancies (ex : gcc, python-devel, openssl-devel on RHEL) Example in tasks.yml ``` - name: Install dependancies for pip...
Hi, I tried to add items in the 4th argument of the \twentyitem and I always get a big space before and after. Even when I write topset=0 ``` \usepackage{enumitem}...
In case we must configure a relay to go out using TLS. Ex: when this roles is applied on our "smtp out" and need to send at Gmail server. If...
It would be nice to have the support of this feature : https://doc.beegfs.io/latest/advanced_topics/multimode.html I'm currently writing the PR on a branch multimode on my repo : https://github.com/Tuxem/ansible-role-beegfs I'll create a...
cobblerd does not appear to be running/accessible: ConnectionRefusedError(111, 'Connection refused')
Hi, When I run cobbler (from build or docker hub) with the command on readme : ``` docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -e SERVER_IP_V4=127.0.0.1 -e ROOT_PASSWORD=Password -v $PWD/lib:/var/lib/cobbler -v $PWD/www:/var/www/cobbler...
Allow custom rights ``` - name: Ensure the BeeGFS mount point exists file: mode: 0755 path: "{{ client_path }}" state: directory become: true notify: Restart BeeGFS client service - name:...
Hi. I fixed a python3 issue that I had (line 108) when there was errors with a blacklist check. I also add the ability to add a custom RBL. Last,...
What do you think about having the task "Restore SELinux labels on filesystem tree" in handlers ? That way we could call it from other roles and then wait for...
## Proposed feature For security reason, it's recommended to set root as the owner and group and have a 0600 permissions on rsyslog files ## Rationale Security reasons (CF CIS...