Change hostname on Linux using Ansible
Overview This article is intended to be a tutorial for the steps on how to change hostname on Linux using Ansible. This means that we’ll be demonstrating how we to set a hostname on a Linux server using Ansible playbook. The end goal of this procedure is to automate the process changing hostname on our remote Linux server. Overall this process is simple when executed manually but this playbook can have it’s uses too....