From 886ef2a1724f437156ffd8eccfb080ff46f7fd44 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Fri, 25 Oct 2024 18:56:58 +0200 Subject: [PATCH] Replaced old device role field with new one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54dc3f3..1830e83 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ You can change this behaviour with the hostgroup_format variable. The following | name | description | | ------------ | ------------ | |dev_location|The device location name| -|dev_role|The device role name| +|role|The device role name| |manufacturer|Manufacturer name| |region|The region name of the device| |site|Site name| @@ -124,7 +124,7 @@ You can change this behaviour with the hostgroup_format variable. The following You can specify the value like so, sperated by a "/": ``` -hostgroup_format = "tenant/site/dev_location/dev_role" +hostgroup_format = "tenant/site/dev_location/role" ``` **Group traversal**