You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
856 B
YAML
43 lines
856 B
YAML
---
|
|
bird_lg_user: "bird_lg"
|
|
bird_lg_group: "{{ bird_lg_user }}"
|
|
|
|
bird_lg_install_path: "/opt/bird-lg"
|
|
bird_lg_log_path: "/var/log/bird-lg"
|
|
|
|
bird_lg_repository: "https://github.com/sesa-me/bird-lg"
|
|
bird_lg_version: "burble-clean"
|
|
|
|
bird_lg_proxy_enabled: yes
|
|
bird_lg_webservice_enabled: yes
|
|
|
|
bird_lg_domain: "example.com"
|
|
bird_lg_asn_zone: "asn.cymru.com"
|
|
|
|
bird_lg_webservice_bind: "0.0.0.0"
|
|
bird_lg_webservice_port: 5000
|
|
|
|
bird_lg_proxy_bind: "0.0.0.0"
|
|
bird_lg_proxy_port: 5000
|
|
bird_lg_access:
|
|
- 91.224.149.206
|
|
- 178.33.111.110
|
|
- 2a01:6600:8081:ce00::1
|
|
|
|
bird_lg_unified_daemon: yes
|
|
|
|
bird_lg_proxys:
|
|
- name: gw
|
|
address: gw.some.network:5000
|
|
as: "197422"
|
|
ips:
|
|
- "91.224.148.2"
|
|
- "2a01:6600:8000::175"
|
|
- name: h3
|
|
address: h3.some.network:5000
|
|
as: "197422"
|
|
ips:
|
|
- "91.224.148.3"
|
|
- "2a01:6600:8000::131"
|
|
|