Conversation
Add template for Rocky 9-latest
add quiet flag
Fix empty ansible extra args
use image_name directly
Migration to rocky 9 and update to condor 23
update htcondor server port variable name in the workers playbook
Pin docker to 25 because image v1 not supported in 26
Fix docker version number
Install nivida-container-toolkit
Co-authored-by: José Manuel Domínguez <43052541+domgz@users.noreply.github.com>
…yml playbook Naming conventions were agreed on #78.
There is no `gpu` group/image anymore, and the group `workers` is the only one that is using those variables.
This is done by Ansible automatically.
These playbooks no longer install HTCondor.
Python package `passlib` is required by the Ansible filter `password_hash()`.
The command `gnupg2` is not included with Rocky Linux 10 and is required for repository management. In this playbook it is required for example to run the role `geerlingguy.docker`. Ensure it is installed.
Rocky 9 sets `root` as the owner of private SSH host keys, `ssh_keys` as the group and `0640` as the mode; while Rocky 10 sets `root` both as owner and group, and `0600` as mode. Ensure that the SSH host keys deployed by the Ansible provisioner match the expected defaults.
Not only our own SSH host keys are deployed (that was addressed in 0bbaef9), but also the SSH hardening role alters the permissions of the private SSH host keys. Rocky 9 sets `root` as the owner of private SSH host keys, `ssh_keys` as the group and `0640` as the mode; while Rocky 10 sets `root` both as owner and group, and `0600` as mode. Ensure that the SSH hardening role aligns with the defaults.
This reverts commit 847321f.
This reverts commit 1b5182d.
Add rhel 10 support, combine workers+workers_gpu, remove jenkins, remove rhel 8
Merge `pxe` into `dev`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Again, let's get rid of outdated branches.