In the New Server
1. Create user itsupport and add the line below to sudoers using visudo, under root

# User privilege specification
root ALL=(ALL:ALL) ALL
itsupport ALL=(ALL:ALL) ALL
2. Run apt-get update then apt-get upgrade


In the LDAP Server

1. SSH to the LDAP server 192.168.20.172
2. edit the file /etc/ansible/hosts and look for the line [ldap-pcs]
3. Input the IP address of the new server to be added to LDAP
4. cd /opt/ansible/ldap-machines/
5. Run the ansible playbook with the command below
ansible-playbook -k -K -u itsupport --become-user=root  ldap.yaml