Releases: usegalaxy-eu/ansible-collection-handy
Releases · usegalaxy-eu/ansible-collection-handy
ansible-collection-handy v3.1.1
ansible-collection-handy v3.1.0
- Enhance tasks from remap_user.yml. Instead of checking only for the existence of the
galaxy
user and group, they will now go over all users and groups defined inhandy_users
andhandy_groups
and remap any existing users or groups with conflicting UIDs or GIDs. (#18)
ansible-collection-handy v3.0.2
- Fix remapping user 999 and group 999 for EL 8. The user remap tasks worked with CentOS 8, but not with other RHEL derivatives such as Rocky Linux 8. (#16)
Fixed RHEL 8
Fixed the package dejavu-fonts-all
that is not available for RHEL 8 distros
ansible-collection-handy v3.0.0
What's Changed
- Update collection version and create user task by @sanjaysrikakulam in #13
Full Changelog: 2.2.1...3.0.0
Remove atop
Is is not used by EU admins and fills up our root disks with log files, so the easiest way to get this issue under control is removing it from the installed packages.
Fixed font installation on Rocky 9
Now using mkfontscale
because the big xorg-x11-font-utils
package was now deaggregated. It should do the job.
Rock 9 needs the devel repo enabled for dejavu-fonts-all
which should replace dejavu-fonts-common
Rocky 9 support
- user/group remapping without hardcoded names
- disabled cgroups installation for rocky 9, because cgroupsv2 are default now
- use package
apptainer
instead of singularity for Rocky 9
Add make to utils
Make is now in the software group utils.