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 2040038 - sshd system role does not add ansible_manged variable contents to /etc/ssh/sshd_config file
Summary: sshd system role does not add ansible_manged variable contents to /etc/ssh/ss...
Keywords:
Status: CLOSED ERRATA
Alias: None
Deadline: 2022-02-07
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rhel-system-roles
Version: 8.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.6
Assignee: Jakub Jelen
QA Contact: David Jež
Jan Fiala
URL:
Whiteboard: role:sshd
Depends On:
Blocks: 2044408
TreeView+ depends on / blocked
 
Reported: 2022-01-12 21:50 UTC by Brian Smith
Modified: 2022-05-10 14:40 UTC (History)
9 users (show)

Fixed In Version: rhel-system-roles-1.12.0-1.el8
Doc Type: Bug Fix
Doc Text:
.The SSHD System Role uses the correct template file In RHEL 8.5, the SSHD System Role used a wrong template file. As a consequence, the generated `sshd_config` file did not contain the `# Ansible managed` comment. The missing comment did not affect any functionality on the system. With this update, the system role uses the correct template file and `sshd_config` contains the correct `# Ansible managed` comment.
Clone Of:
: 2044408 (view as bug list)
Environment:
Last Closed: 2022-05-10 14:12:46 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-107707 0 None None None 2022-01-12 22:11:55 UTC
Red Hat Product Errata RHBA-2022:1896 0 None None None 2022-05-10 14:13:12 UTC

Description Brian Smith 2022-01-12 21:50:30 UTC
Description of problem:
When using the sshd system role to manage the /etc/ssh/sshd_config file, it does not add the ansible_managed variable contents to the top of the file.  

Version-Release number of selected component (if applicable):
rhel-system-roles-1.7.3-2.el8.noarch

How reproducible:
Every time

Steps to Reproduce:
1. Run playbook:

- hosts: rhel8-server1
  vars:
    sshd_PermitRootLogin: no
    sshd:
      Compression: true

  roles:
    - role: rhel-system-roles.sshd


Actual results:
The /etc/ssh/sshd_config file on rhel8-server1 does not have a comment at the top indicating the file is managed by Ansible.

Comment 1 Rich Megginson 2022-01-18 20:05:42 UTC
With the current upstream code - I can reproduce the problem with tests/tests_config_namespace.yml but not with tests_set_common.yml - so I suspect it has something to do with the namespace handling

Comment 2 Jakub Jelen 2022-01-24 14:01:50 UTC
I can confirm that this is only an issue of the RHEL 8.5 package. But this was fixed in upstream as https://github.com/willshersystems/ansible-sshd/pull/168/ as well as in the RHEL 8.6 package.

The only issue with the RHEL 8.5 is that there is a bogus indent and missing "{ansible_managed | comment }" in the generated configuration file.

On the first sight, I do not see a simple workaround to get the configuration file without these issues in RHEL 8.5, but from functional point of view, it should not cause any issues (except for the "changed" reports after you update to RHEL 8.6).

Can we close this as a NEXTRELEASE or add to the RHEL 8.6 errata to check if there is something we can do to prevent such issues in the future at least from the QE side?

Comment 26 errata-xmlrpc 2022-05-10 14:12:46 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


Note You need to log in before you can comment on or make changes to this bug.