mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-31 14:05
This commit is contained in:
13
roles/wbo/defaults/main.yml
Normal file
13
roles/wbo/defaults/main.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user