Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHEA-2018:2385 - Product Enhancement Advisory
Issued:
2018-08-16
Updated:
2018-08-16

RHEA-2018:2385 - Product Enhancement Advisory

  • Overview
  • Updated Packages

Synopsis

rhel-system-roles bug fix and enhancement update

Type/Severity

Product Enhancement Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated rhel-system-roles package that fixes several bugs and adds various enhancements is now available for Red Hat Enterprise Linux 7 Extras.

Description

The rhel-system-roles package includes a collection of Ansible roles and modules that provide a stable and consistent configuration interface for managing multiple versions of Red Hat Enterprise Linux.

The network, timesync, kdump, and selinux roles of the rhel-system-roles package have received multiple bug fixes and significant enhancements to improve interface consistency, usability, and conformance to Ansible best practices. For the timesync, kdump, and selinux roles, the changes are not backward compatible and it is necessary to update playbooks that use them.

Changes in the selinux role include:

  • Variables have been renamed according to common conventions:

SELinux_type to selinux_policy
SELinux_mode to selinux_state
SELinux_booleans to selinux_booleans
SELinux_file_contexts to selinux_file_contexts
SELinux_restore_dirs to selinux_restore_dirs
SELinux_ports to selinux_ports
SELinux_logins to selinux_logins

  • Local modifications to file contexts, ports, logins, and booleans are no longer dropped by default. The modifications specified in selinux_{booleans,file_contexts,ports,logins} are applied on top of pre-existing modifications. To obtain the previous behavior, set the new variables selinux_{booleans,fcontexts,ports,logins}_purge (or just "selinux_all_purge") to 'True'.
  • Dictionaries that are passed to the "selinux_file_contexts" variable now provide the new "state" option, which is set to 'present' by default. Setting it to 'absent' drops individual modifications to file contexts.
  • If the "selinux_state" or "selinux_policy" variables are not defined, the role preserves previous values.
  • Behavior in cases when a reboot is needed to apply the settings has been redefined. The selinux role now fails with an explanatory error message and sets the "selinux_reboot_required" custom fact to 'True'. The role never reboots the managed host itself. An example is shown in the provided example-selinux-playbook.yml playbook.

Changes in the timesync role include:

  • Variables have been renamed according to common conventions:

ntp_servers to timesync_ntp_servers
ptp_domains to timesync_ptp_domains
dhcp_ntp_servers to timesync_dhcp_ntp_servers
clock_step_threshold to timesync_step_threshold
min_time_sources to timesync_min_sources

  • The NTP implementation can be chosen by setting the "timesync_ntp_provider" variable to either 'ntp' or 'chrony'. The timesync role detects the current provider and does not change it unless "timesync_ntp_provider" is set. The role also sets the "timesync_ntp_provider_os_default" variable to a value that conforms to the default choice for the OS release.

Changes in the kdump role include:

  • Variables have been renamed according to common conventions:

dump_target to kdump_target
path to kdump_path
core_collector to kdump_core_collector
system_action to kdump_system_action
ssh_dump_user to kdump_ssh_user
ssh_dump_server to kdump_ssh_server
sshkey to kdump_sshkey

  • The "dump_target.kind" option has been renamed to "kdump_target.type".

Changes in the network role include:

  • MAC VLAN support has been added.
  • Several bugs related to the initscripts provider have been fixed.
  • The network role now allows to set the connection state to 'down' regardless of whether it is defined in the configuration.
  • If the "interface_name" and "mac" options are not given, the value of the "name" option is used for "interface_name". Setting "interface_name" to an empty string ("") specifies that the profile is not restricted to a network interface.
  • The role now detects the provider if the "network_provider" variable is not given. When NetworkManager is running, the provider is set to 'nm', otherwise to 'initscripts'. The role sets the "network_provider_os_default" variable based on the OS version.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 7 x86_64
  • Red Hat Enterprise Linux Workstation 7 x86_64
  • Red Hat Enterprise Linux Desktop 7 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 7 s390x
  • Red Hat Enterprise Linux for Power, little endian 7 ppc64le
  • Red Hat Enterprise Linux for Power 9 7 ppc64le
  • Red Hat Enterprise Linux for IBM System z (Structure A) 7 s390x

Fixes

(none)

CVEs

(none)

References

  • https://access.redhat.com/articles/3561071
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
x86_64
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux Workstation 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
x86_64
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux Desktop 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
x86_64
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux for IBM z Systems 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
s390x
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux for Power, little endian 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
ppc64le
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux for Power 9 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
ppc64le
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

Red Hat Enterprise Linux for IBM System z (Structure A) 7

SRPM
rhel-system-roles-1.0-2.el7.src.rpm SHA-256: 01a91e01fb3d4fa46be4249d98c57b0bb7980f6979c330b8c3a5dedc49a210d1
s390x
rhel-system-roles-1.0-2.el7.noarch.rpm SHA-256: 9aa6d5a44f16d83e61e85832b9024a5a4b88f0e34cfb0004bf9375364ea7e515
rhel-system-roles-techpreview-1.0-2.el7.noarch.rpm SHA-256: f588059f16a00243492500d9dee347e9860945e7603047a01cbb489970c2eaf5

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter