add caveats
This commit is contained in:
parent
6f1ce177ea
commit
2e8e91b171
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue