Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect python-devel package name in Kerberos system requirements for windows remote management #77908

Closed
1 task done
m8ram opened this issue May 25, 2022 · 5 comments
Closed
1 task done
Labels
affects_2.9 This issue/PR affects Ansible v2.9 docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. easyfix This issue is considered easy to fix by aspiring contributors. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team. waiting_on_contributor This would be accepted but there are no plans to actively work on it. windows Windows community

Comments

@m8ram
Copy link

m8ram commented May 25, 2022

Summary

The section on installing the kerberos system requirements mentions python-devel for RHEL/Centos/fedora.
On RHEL8 at least the package name needs to be python36-devel, python38-devel or python39-devel depending on the version of python used by ansible. The version installed from Red Hat's repos will use python3.6 AFAICT.

Issue Type

Documentation Report

Component Name

ansible/docs/docsite/rst/user_guide/windows_winrm.rst

Ansible Version

ansible --version
ansible 2.9.27
  config file = /home/bram.mertens/workspace/clean-abxcfg/ansible.cfg
  configured module search path = ['/home/bram.mertens/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.6/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.6.8 (default, Sep  9 2021, 07:49:02) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]

Configuration

not applicable

OS / Environment

RHEL8

Additional Information

Adding this will allow users to install the right package and use the winrm modules.

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibot
Copy link
Contributor

ansibot commented May 25, 2022

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot added affects_2.9 This issue/PR affects Ansible v2.9 docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community labels May 25, 2022
@mattclay mattclay added waiting_on_contributor This would be accepted but there are no plans to actively work on it. and removed needs_triage Needs a first human triage before being processed. labels May 26, 2022
@samccann
Copy link
Contributor

Verified on Fedora 36 and RHEL 8 that 'dnf install python3-devel' does the right thing.

The docs change is to change:

Via Yum (RHEL/Centos/Fedora)

yum -y install gcc python-devel krb5-devel krb5-libs krb5-workstation

to

Via dnf (RHEL/Centos/Fedora)

dnf -y install gcc python3-devel krb5-devel krb5-libs krb5-workstation

In this file - https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/user_guide/windows_winrm.rst

@samccann samccann added the easyfix This issue is considered easy to fix by aspiring contributors. label May 31, 2022
@ansibot ansibot added the has_pr This issue has an associated PR. label Jun 11, 2022
@DesmondSanctity
Copy link
Contributor

The link for the file to be corrected is not showing any information. It says the page has been moved and the new link isn't pointing to anything. Please check

@DesmondSanctity
Copy link
Contributor

@samccann please this is still pending on the correct link to file. Thanks

@samccann
Copy link
Contributor

Sorry for the delay. It's merged now so closing this issue and thanks everyone for helping make the Ansible docs better!

@ansible ansible locked and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.9 This issue/PR affects Ansible v2.9 docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. easyfix This issue is considered easy to fix by aspiring contributors. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team. waiting_on_contributor This would be accepted but there are no plans to actively work on it. windows Windows community
Projects
None yet
Development

No branches or pull requests

5 participants