Will Szumski
Will Szumski
On 64bit systems the remediation omits `-S stime` in `-a always,exit -F arch=b64 -S adjtimex -S settimeofday -k time-change` compared to the -F arch=b32 version, but the check seems to...
When using ncclient with a non-standard SSH port, only entries in `known_hosts` where the port has explicitly been set are checked. This differs from openSSHs handling of host keys where...
##### SUMMARY Before this change it is not possible to use templating for the ansible_user e.g: ``` ansible_user: "{{ some_variable }}" ``` The error you see looks like: ``` Unexpected...
- secure boot support is currently limited to redhat derived distros as the ubuntu packages don't provide UefiShell.iso. - Although the upgrading of qemu packages is more suited to the...
For example: https://github.com/stackhpc/ansible-slurm-appliance/blob/main/ansible/roles/kibana/templates/kibana.service.j2#L12 But I think the same is true for other podman services. Would be nice to factor this out into a role variable.
##### SUMMARY Currently you can't do: ``` - name: Enable all feature flags on 'rabbit@node-1' community.rabbitmq.rabbitmq_feature_flag: name: all node: rabbit@node-1 ``` As shown here: https://www.rabbitmq.com/docs/upgrade#enable-required-feature-flags-before-attempting-the-upgrade Since we check for the...
##### SUMMARY This is useful to enable all feature flags before an upgrade, see: - https://www.rabbitmq.com/docs/upgrade#enable-required-feature-flags-before-attempting-the-upgrade - https://www.rabbitmq.com/docs/feature-flags#how-to-enable-feature-flags I switched to using the json output instead of attempting to parse...
It is not advisable to run two NTP clients
This makes the rocky-container build more like the generic cloud image, see: https://git.rockylinux.org/rocky/kickstarts/-/blob/r8/Rocky-8-GenericCloud.ks
The error was: ``` 2021-11-17 13:26:56.112 | /tmp/in_target.d/install.d/62-stackhpc-hardware-managers: line 11: /usr/share/ironic-python-agent/venv/bin/pip: No such file or directory ``` Configuration: ``` ipa_build_dib_git_elements: - repo: "https://github.com/stackhpc/stackhpc-image-elements" local: "{{ source_checkout_path }}/stackhpc-image-elements" version: "master" elements_path:...