removed path pointing to ansible file

This commit is contained in:
2023-02-10 17:24:39 +00:00
parent afe4105e3a
commit ba0e562fd7

View File

@@ -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 {