mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add pywinrm dependencies for RPM
This commit is contained in:
parent
74e351a8ea
commit
bbee2a9c65
1 changed files with 5 additions and 0 deletions
|
@ -30,8 +30,13 @@ On a Linux control machine::
|
||||||
|
|
||||||
If you wish to connect to domain accounts published through Active Directory (as opposed to local accounts created on the remote host)::
|
If you wish to connect to domain accounts published through Active Directory (as opposed to local accounts created on the remote host)::
|
||||||
|
|
||||||
|
# Debian-based distributions (Debian, Ubuntu, …)
|
||||||
sudo apt-get install python-dev libkrb5-dev
|
sudo apt-get install python-dev libkrb5-dev
|
||||||
pip install kerberos
|
pip install kerberos
|
||||||
|
|
||||||
|
# RPM-based distributions (Fedora, CentOS, RHEL, …)
|
||||||
|
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
|
||||||
|
pip install kerberos
|
||||||
|
|
||||||
Kerberos is installed and configured by default on OS X and many Linux distributions. If your control machine has not already done this for you, you will need to.
|
Kerberos is installed and configured by default on OS X and many Linux distributions. If your control machine has not already done this for you, you will need to.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue