add caveats

This commit is contained in:
owen 2021-07-28 11:51:52 -04:00 committed by GitHub
parent 6f1ce177ea
commit 2e8e91b171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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