Update to 2021-12-31 14:05

This commit is contained in:
Daniel Berteaud
2021-12-31 14:05:49 +01:00
parent 489c627e9d
commit 6430e931d0
46 changed files with 856 additions and 51 deletions

View File

@@ -0,0 +1,13 @@
---
# Several WBO instances can be installed on the same server
# but should have a uniq ID and bind port
wbo_id: 1
wbo_port: 8095
# List of IP/CIDR having access to WBO port (if iptables_manage == True)
wbo_src_ip: []
# Root dir where WBO will be installed
wbo_root_dir: /opt/wbo_{{ wbo_id }}
# URL of the git repo
wbo_git_url: https://github.com/lovasoa/whitebophir.git