From d4d18d4d32114ea109847b7cae185844c0711b02 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 4 Jan 2024 09:27:54 +0100 Subject: [PATCH] Added ip4 address --- group_vars/all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/all b/group_vars/all index fe640623..3d87d746 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1,6 +1,7 @@ # General verbose: false # Prints well formated debug information -top_domain: "localhost" +top_domain: "localhost" # Change this in inventory to your domain +ip4_address: "127.0.0.1" # Change thie in inventory to the ip address of your server backups_folder_path: "/Backups/" # Server Tact Variables