You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
Apply OS patches on Enterprise Linux machines (e.g. RHEL, CentOS, Rocky, Alma, Fedora ). You can decide which patching method you want to use. There are 3 methods:
6
6
7
-
-`all` - Apply all patches on target host
8
-
-`security` - Apply only security patches on target host
9
-
-`bugfix` - Apply only bugfix patches on target host
7
+
-`all` - Apply all patches on target a host
8
+
-`security` - Apply only security patches on target a host
9
+
-`bugfix` - Apply only bugfix patches on target a host
10
10
11
11
**I strongly advise visiting the blog post for detailed information and my recommendation. - BLOG POST SOON**
12
12
@@ -16,15 +16,15 @@ Only dnf must be available on the target machine.
16
16
17
17
## Role Variables
18
18
19
-
-**Default Variables**. Usually there is no need to change this but rather overwrite value in `host_vars` or `group_vars` if required.
19
+
-**Default Variables**. Usually, there is no need to change this but rather overwrite the value in `host_vars` or `group_vars` if required.
20
20
21
21
| Variable Name | Default Value | Description
22
22
| ----------- | ----------- | ----------- |
23
23
| `el_patching_required_packages` | `"yum-utils"` | It is required to install yum-utils as this role verifies reboot with `needs-restarting`.
24
24
| `el_patching_auto_reboot` | `false` | By default do not reboot the target host. Only verify if a reboot is required.
25
25
| `el_patching_reboot_timeout` | `600` | By default auto reboot is disabled but the default timeout value is set to 5 minutes. Value is in `seconds`.
26
26
| `el_patching_method` | `"security"` | By default apply only `security` patches on the target host. Possible values `"security"/"bugfix"/"all"`
27
-
| `el_patching_check_mode` | `false` | By default do not run tasks in check mode. You can enable check mod to simulate patching and reboot.
27
+
| `el_patching_check_mode` | `false` | By default task is not executed in check mode. You can enable check mod to simulate patching and reboot. Keep in mind that check mode can't predict if a reboot is required.
0 commit comments