https://github.com/attuneops/automate-linux-patching
https://github.com/attuneops/automate-linux-patching
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/attuneops/automate-linux-patching
- Owner: AttuneOps
- Created: 2024-01-01T22:44:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:20:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T22:46:24.388Z (over 1 year ago)
- Homepage: http://github.attuneautomation.com/Automate-Linux-Patching/
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://doc.servertribe.com)
[](http://discord.servertribe.com)
[](https://www.youtube.com/@servertribe)
[](https://www.servertribe.com/community-edition/)
# Automate Linux Patching
# Attune
[Attune](https://www.servertribe.com/)
automates and orchestrates processes to streamline deployments, scaling,
migrations, and management of your systems. The Attune platform is building a
community of sharable automated and orchestrated processes.
You can leverage the publicly available orchestrated blueprints to increase
your productivity, and accelerate the delivery of your projects. You can
open-source your own work and improve existing community orchestrated projects.
## Get Started with Attune, Download NOW!
The **Attune Community Edition** can be
[downloaded](https://www.servertribe.com/comunity-edition/)
for free from our
[ServerTribe website](https://www.servertribe.com/comunity-edition/).
You can learn more about Attune through
[ServerTribe's YouTube Channel](https://www.youtube.com/@servertribe).
# Clone this Project
To clone this project into your own instance of Attune, follow the
[Clone a GIT Project How To Instructions](https://servertribe-attune.readthedocs.io/en/latest/howto/design_workspace/clone_project.html).
## Blueprints
This Project contains the following Blueprints.
### Configure RHEL to use a Local Mirror
If your system is not registered with an entitlement server
like Red Hat Subscription Management but you have access to
a local RPM mirror, you can configure your system to use this
mirror for updates and installations.
## Parameters
| Name | Type | Script Reference | Comment |
| ---- | ---- | ---------------- | ------- |
| RHEL baseos Repo URL | Text | `rhelbaseosrepourl` | RPM Server BaseOS Repository URL for packages mirror.
For example "http://rpm_server_for_rhel8/rpm_mirror/rhel-8-for-x86_64-baseos-rpms/" |
| Linux Node | Linux/Unix Node | `linuxnode` | The New OS to be built. |
| Linux User: root | Linux/Unix Credential | `linuxuserroot` | root user on the New OS to be built. |
## Files
| Name | Type | Comment |
| ---- | ---- | ------- |
| RHEL local.repo | Version Controlled Files | The local repo configuration.
name: A descriptive name for your local repository.
baseurl: The URL where the local repository resides.
enabled=1: Enables the repository.
gpgcheck=0: Disables GPG signature checking. If your local repo's packages are signed, set this to 1 and configure the gpgkey URL. |
# Contribute to this Project
**The collective power of a community of talented individuals working in
concert delivers not only more ideas, but quicker development and
troubleshooting when issues arise.**
If you’d like to contribute and help improve these projects, please fork our
repository, commit your changes in Attune, push you changes, and create a
pull request.

---
Please feel free to raise any issues or questions you have.

---
**Thank you**