Hostname¶
This Ansible role ensures that the target host’s system hostname is set to the inventory hostname.
Description¶
Uses the built-in
hostnamemodule to apply theinventory_hostnamevalueIdempotent: only changes the system name if it differs
No external dependencies
Overview¶
Task
set hostname to {{ inventory_hostname }}
Applies the desired hostname.
Module
Leverages Ansible’s
hostnamemodule.
Features¶
Simple and lightweight
Automatically adapts to your inventory names
Safe to run repeatedly