I’m installing Ansible as a test. I have a mixed environment of Windows and Ubuntu servers in an Active Directory domain.
I built a new Hyper-V virtual machine for Ansible; it’s running Xubuntu 16.04 LTS. Ansible 2.0.0.2 is installed.
I’ve been following the steps on the Windows Support web page.
Under the section “Configuring Kerberos”, I see “Edit your /etc/krb5.conf (which should be installed as a result of installing packages above”. But /etc/krb5.conf doesn’t exist.
Unless I missed something, these are all the “packages above”.
-
pip install "pywinrm>=0.1.1"
-
sudo apt-get install python-dev libkrb5-dev
-
pip install kerberos
What am I missing? Another package?
I installed Ansible following the instructions for Latest Releases Via Apt, but I don’t seem to have the latest version. Is this a problem?