Tag: ansible
-
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…