mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Hostname
This Ansible role ensures that the target host’s system hostname is set to the inventory hostname.
Description
- Uses the built-in
hostname
module to apply theinventory_hostname
value - Idempotent: 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
hostname
module.
- Leverages Ansible’s
Features
- Simple and lightweight
- Automatically adapts to your inventory names
- Safe to run repeatedly