Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further Minor Updates and Bug Fixes #18

Merged
merged 6 commits into from
Mar 17, 2024
Merged

Further Minor Updates and Bug Fixes #18

merged 6 commits into from
Mar 17, 2024

Commits on Mar 17, 2024

  1. Fix dry-run configuration for cache task

    Remove the dry-run command-line arguments for the cache task and
    playbook.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a18c9f9 View commit details
    Browse the repository at this point in the history
  2. Fix inventory configuration for vault and remote

    Fix the inventory configuration for vault nodes to ensure environment
    associations are correct. Also ensure references to remote are removed.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    58fc3a8 View commit details
    Browse the repository at this point in the history
  3. Refactor the root user configuration

    Refactor the configuration for the root user across different roles to
    separate out the settings from normal users, and to improve the checks.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    85b966e View commit details
    Browse the repository at this point in the history
  4. Update microcode handling for physical hosts

    Update the microcode handling for the physical hosts in order to match
    the changes to mkinitcpio relating to microcode hooks.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a97840c View commit details
    Browse the repository at this point in the history
  5. Remove RSA key from SSH service

    Remove the RSA key from the SSH service as ed25519 is default normally
    used to connect and so is no longer required.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1895435 View commit details
    Browse the repository at this point in the history
  6. Add new PULL_REQUEST_TEMPLATE for this repository

    Add a new standard PULL_REQUEST_TEMPLATE for this repository which
    simplifies the checks as there is some overlap in the requirements and
    not all are important for this stage.
    jonathanio committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    90f29b7 View commit details
    Browse the repository at this point in the history