In this repository, you can find different projects that are related to Blogs that I'm publishing
This is an Ansible playbook that connects a Linux server to a Windows Active Directory using secure or none secure LDAP
Link to the blog: https://medium.com/@dudu.zbeda_13698/how-to-connect-securely-ldaps-your-linux-server-in-windows-active-directory-aeaf41b66c49
Steps for running this playbook:
- Create a server that includes ansible service.
- Download the playbooks from my git.
- Update the "input-join-to-domain.yml" file with your environment configuration. Instruction can be found inside the file.
- Update the hosts file with your Linux server IP
- In case you want to use a secure connection, generate a public certificate and copy it to the server from where you are running the Ansible playbook. The file name and path need to be defined in "input-join-to-domain.yml"
- To execute the playbook, run "ansible-playbook -i hosts run-join-to-domain.yml" A. Once executed you will need to enter the password for the domain user that you have defined in the "input-join-to-domain.yml" file.
Feel free to connect with me on LinkedIn or Medium for more insights on Big Data, DevOps, and cloud-native solutions: www.linkedin.com/in/davidzbeda
https://medium.com/@dudu.zbeda_13698
David (Dudu) Zbeda