From 2e8e91b171224c7ba474d8ef70522bf3ae50ffc2 Mon Sep 17 00:00:00 2001 From: owen Date: Wed, 28 Jul 2021 11:51:52 -0400 Subject: [PATCH] add caveats --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a14874..127f24d 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ name.of.the.server linkpass=yourreceivepassword sid=123 autoconn=other.server.na - ansible_host: hostname for ansible to use - sponsor: put a little server donated by person in the MOTD - services: password to accept for services connecting over localhost, use only on the server that links to services + +## caveats +- ini seems to have horrible variable typing, so weird things can happen like `sid=2E5` turning into `sid=200000` (even if you quote it, wtf). use yaml for your hosts file if you need strict typing +- this playbook currently only supports each server having one server set to `autoconn`