Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2006081

Summary: Vendoring non-builtin modules for Ansible 2.11+
Product: Red Hat Enterprise Linux 8 Reporter: Noriko Hosoi <nhosoi>
Component: rhel-system-rolesAssignee: Rich Megginson <rmeggins>
Status: CLOSED ERRATA QA Contact: David Jež <djez>
Severity: unspecified Docs Contact: Eliane Ramos Pereira <elpereir>
Priority: unspecified    
Version: 8.6CC: djez, elpereir, gfialova, jafiala, jharuda, nhosoi, pkettman, rhel-cs-system-management-subsystem-qe, rmeggins, spetrosi
Target Milestone: rcKeywords: Triaged
Target Release: 8.6Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rhel-system-roles-1.11.0-1.el8 Doc Type: Deprecated Functionality
Doc Text:
.Ansible Engine has been deprecated Previous versions of RHEL 8 provided access to an Ansible Engine repository, with a limited scope of support, to enable supported RHEL Automation use cases, such as RHEL System Roles and Insights remedations. Ansible Engine has been deprecated, and Ansible Engine 2.9 will have no support after September 29, 2023. For more details on the supported use cases, see link:https://access.redhat.com/articles/6325611[Scope of support for the Ansible Core package included in the RHEL 9 AppStream]. Users must manually migrate their systems from Ansible Engine to Ansible Core. For that, follow the steps: .Procedure . Check if the system is running RHEL 8.7 or a later release: + [subs=+quotes] ---- # cat /etc/redhat-release ---- . Uninstall Ansible Engine 2.9: + [subs=+quotes] ---- # yum remove ansible ---- . Disable the `ansible-2-for-rhel-8-x86_64-rpms` repository: + [subs=+quotes] ---- # subscription-manager repos --disable ansible-2-for-rhel-8-x86_64-rpms ---- . Install the Ansible Core package from the RHEL 8 AppStream repository: + [subs=+quotes] ---- # yum install ansible-core ---- For more details, see: link:https://access.redhat.com/articles/6393361[Using Ansible in RHEL 8.6 and later].
Story Points: ---
Clone Of: 2006076 Environment:
Last Closed: 2022-05-10 14:12:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2006076    
Bug Blocks:    
Deadline: 2021-12-20   

Description Noriko Hosoi 2021-09-20 20:12:10 UTC
+++ This bug was initially created as a clone of Bug #2006076 +++

Description of problem:
List of modules/roles to be vendoring:

  ansible.posix.seboolean type: module
    role: selinux
        tasks/main.yml:84
  ansible.posix.selinux type: module
    role: selinux
        tasks/main.yml:31
        tasks/main.yml:39
  community.general.sefcontext type: module
    role: selinux
        tasks/main.yml:91
  community.general.selogin type: module
    role: selinux
        tasks/main.yml:122
    role: selinux
        tasks/main.yml:114

Comment 1 Noriko Hosoi 2021-09-22 20:51:25 UTC
ansible.posix.mount type: module
    role: storage https://src.fedoraproject.org/rpms/linux-system-roles/pull-request/38 
        tasks/main-blivet.yml:104
        tasks/main-blivet.yml:120

ansible.netcommon.ipaddr type: filter
    role: vpn https://src.fedoraproject.org/rpms/linux-system-roles/pull-request/38 
        tasks/mesh_conf.yml:15
        tasks/mesh_conf.yml:23
        tasks/mesh_conf.yml:23
        templates/libreswan-host-to-host.conf.j2:10
        templates/libreswan-host-to-host.conf.j2:23
        templates/libreswan-host-to-host.secrets.j2:11
        templates/libreswan-host-to-host.secrets.j2:11
        templates/libreswan-host-to-host.secrets.j2:23
        templates/libreswan-host-to-host.secrets.j2:23

Comment 22 errata-xmlrpc 2022-05-10 14:12:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (rhel-system-roles bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:1896