53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
glob_bird:
 | 
						|
  id: 185.230.79.253
 | 
						|
  asn:
 | 
						|
    crans: 204515
 | 
						|
    aurore: 43619
 | 
						|
    viarezo: 212424
 | 
						|
  static:
 | 
						|
    ipv4:
 | 
						|
      - route 185.230.76.0/22 unreachable
 | 
						|
    ipv6:
 | 
						|
      - route 2a0c:700::/32 unreachable
 | 
						|
  bgp:
 | 
						|
    - name: aurore4
 | 
						|
      description: "BGP4 session with aurore"
 | 
						|
      local:
 | 
						|
        asn: crans
 | 
						|
        addr: 185.230.79.253
 | 
						|
      neighbor:
 | 
						|
        asn: aurore
 | 
						|
        addr: 185.230.79.254
 | 
						|
      ipv4: true
 | 
						|
    - name: aurore6
 | 
						|
      description: "BGP6 session with aurore"
 | 
						|
      local:
 | 
						|
        asn: crans
 | 
						|
        addr: 2a0c:700:28::1
 | 
						|
      neighbor:
 | 
						|
        asn: aurore
 | 
						|
        addr: 2a0c:700:28::2
 | 
						|
      ipv6: true
 | 
						|
    - name: viarezo4
 | 
						|
      description: "BGP4 session with viarezo"
 | 
						|
      local:
 | 
						|
        asn: crans
 | 
						|
        addr: 138.195.159.250
 | 
						|
      neighbor:
 | 
						|
        asn: viarezo
 | 
						|
        addr: 138.195.159.249
 | 
						|
      ipv4: true
 | 
						|
    - name: viarezo6
 | 
						|
      description: "BGP6 session with viarezo"
 | 
						|
      local:
 | 
						|
        asn: crans
 | 
						|
        addr: 2a0c:b641:2f3::2
 | 
						|
      neighbor:
 | 
						|
        asn: viarezo
 | 
						|
        addr: 2a0c:b641:2f3::1
 | 
						|
      ipv6: true
 | 
						|
 | 
						|
glob_prometheus_bird_exporter:
 | 
						|
  listen_addr: "{{ query('ldap', 'ip4', ansible_hostname, 'adm') }}"
 |