Login to linux ansible remote server enabled with LDAP using SSH?












Here is the scenario which we tried last week with Pranav Goel in order to login the Ansible remote server which is enabled with LDAP and become a su to execute any playbook tasks. Here are the steps given as below;
Inventory:

1
2
[root@ussltcovm498 ansible]# cat inventory
hostname.demo.com ansible_user=adname\\aduser ansible_ssh_pass=password ansible_
Source : DevOpsSchool

Comments