summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/defaults/main.yml
blob: 232f0ef0a7bc86537e8195af8895d8b31256b215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# defaults file for bird
uvok_bird_opts:
  config_dir: "/tmp/bird/"
  clearnet: false
  dn42: false
  use_fallback: false
  preferred_ip: "::1"
  clear_prefixes: []
  babel_if_names: []
  router_id: "0.0.0.0"
  clear_as: "64496"
  rpki1: "127.0.0.1"
  rpki2: "127.0.0.2"