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

Implement automatic download and install of security patches #9

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Dec 1, 2023

New parameters allow control whether to download and install SP packages:

Variable Description Default
jbcs_patch Enable security patches install True
jbcs_distro Target instance distributrion version RHEL8
jbcs_arch Target instance architecture x86_64

When patching is enabled, the most recent security patch available in the customer portal will be downloaded and installed (triggers a service reload).

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Dec 1, 2023
roles/jbcs/defaults/main.yml Outdated Show resolved Hide resolved
roles/jbcs/tasks/install.yml Outdated Show resolved Hide resolved
roles/jbcs/tasks/patch.yml Outdated Show resolved Hide resolved
roles/jbcs/tasks/patch.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@jajik jajik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest changing the commit message from patching to Implement remote patching or something more descriptive. Other than that it looks good to me.

@guidograzioli guidograzioli changed the title patching Implement automatic download and installation of security patches Dec 5, 2023
@guidograzioli guidograzioli changed the title Implement automatic download and installation of security patches Implement automatic download and install of security patches Dec 5, 2023
@guidograzioli guidograzioli merged commit 92033c1 into ansible-middleware:main Dec 5, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants