Here is the scnario which we tried last week with Pranav Goel in order to login the Ansible remote server which is enlabe with LDAP and become a su to execute any playbook tasks. Here are the steps given as below;
Inventory:
[code]
[root@ussltcovm498 ansible]# cat inventory
hostname.demo.com ansible_user=adname\\aduser ansible_ssh_pass=password ansible_become_pass=password
[/code]
Ansible Configuration File)
[code]
[privilege_escalation]
become=True
become_method=su
become_user=oracle
#become_ask_pass=True
[/code]
Note:
In order to pass LDAP user use “\\”
Command to Check:
[code]ansible all -i inventory -m command -a “whoami”[/code]
VIDEO Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 1
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 2
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 3
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 4
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 5
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 6
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 7
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 8
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 9
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 10
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 11
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 12
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 13
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 14
Beginner to Advanced Complete Ansible Tutorial in 15 hours 6-2021 Part – 15
Mentor for DevOps - DevSecOps - SRE - Cloud - Container & Micorservices at
Software AG Join my following certification courses... - DevOps Certified Professionals (DCP) - Site Reliability Engineering Certified Professionals (SRECP) - Master in DevOps Engineering (MDE) - DevSecOps Certified Professionals (DSOCP) URL - https://www.devopsschool.com/certification/ My Linkedin - https://www.linkedin.com/in/rajeshkumarin
Latest posts by Rajesh Kumar
(see all )