psrp - Ansible
docs.ansible.com › plugins › connectionvar: ansible_psrp_negotiate_hostname_override Override the remote hostname when searching for the host in the Kerberos lookup. This allows Ansible to connect over IP but authenticate with the remote server using it's DNS name.
ansible/psrp.py at devel · ansible/ansible · GitHub
github.com › ansible › pluginsAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. - ansible/psrp.py at devel · ansible/ansible
Help with psrp in ansible 2.7 - Google Groups
groups.google.com › g › ansible-projectSep 12, 2018 · ansible_connection = psrp ansible_port = 5985 # this is the port of the WinRM instance your Windows host is listening on ansible_psrp_proxy = socks5: //localhost:12345 # in a separate terminal on your Ansible host run the following which will # start an SSH connection you need to keep active until you have finished with Ansible