From ba0e562fd7d7cb8f9b82a713214d15acb1108284 Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 10 Feb 2023 17:24:39 +0000 Subject: [PATCH] removed path pointing to ansible file --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 897ed12..9482154 100644 --- a/config/config.go +++ b/config/config.go @@ -29,7 +29,6 @@ type Config struct { GroupTrackContainersPath string FRPServerPort string BehindNAT string - AnsibleConfig string //NetworkInterface string //NetworkInterfaceIPV6Index int } @@ -128,7 +127,6 @@ func SetDefaults() error { defaults["ServerPort"] = "8088" defaults["FRPServerPort"] = "0" defaults["BehindNAT"] = "True" - defaults["AnsibleConfig"] = defaultPath + "p2p/ansible/ansible.cfg" // Random name generator hostname, err := os.Hostname() if err != nil {