Automatically setting hostname of an EC2 instance using Ansible
Sometimes there's a need to automatically setup the hostname of an EC2 instance. This post shows how to do it from 'outside' of the instance itself, using Ansible. Let's assume here that the instance already has a tag Name, that will be used as…