From 5b991e1a11faa14822bc2ea27b8dcb949e12ba61 Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 24 Jun 2025 13:42:17 +0300 Subject: added random hex to hostname --- templates/hosts.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/hosts.j2 b/templates/hosts.j2 index 3d811dc..647360e 100644 --- a/templates/hosts.j2 +++ b/templates/hosts.j2 @@ -1,5 +1,5 @@ 127.0.0.1 localhost -{{ ansible_host }} {{ hostname }} {{ hostname }} +{{ ansible_host }} {{ pve_hostname }} {{ pve_hostname }} # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback -- cgit v1.2.3