Tag: linux
-
Automating tasks with Ansible
Read This Post: Automating tasks with AnsibleIn this post, I will show how to automate tasks using Ansible. For this example, I will use the script to Domain join Ubuntu servers to the Active Directory domain. First, install ansible on the Control Node, which is the server you will use to manage the others, in our case, server01 is the chosen…
-
How to Join Ubuntu to Active Directory Domain
Read This Post: How to Join Ubuntu to Active Directory DomainHere is how to join a server running Ubuntu Linux to Active Directory Domain and also permit just some users or groups to log into this server. First, ensure that your Linux VM uses the AD as the primary DNS server. Initialize Kerberos using the kinit command. That’s it, first I will try to connect…