migrate again
This commit is contained in:
parent
eb8368b2e6
commit
66a015c135
1 changed files with 5 additions and 7 deletions
|
@ -232,15 +232,16 @@
|
||||||
- 10.129.0.240
|
- 10.129.0.240
|
||||||
as: "{{ bird__asn.aurore }}"
|
as: "{{ bird__asn.aurore }}"
|
||||||
import:
|
import:
|
||||||
- prefix: "{{ bird__orig_prefixes.aurore }}"
|
#- prefix: "{{ bird__orig_prefixes.aurore }}"
|
||||||
sub: true
|
# sub: true
|
||||||
accept: true
|
# accept: true
|
||||||
- accept: false
|
- accept: false
|
||||||
export:
|
export:
|
||||||
- bgp_proto:
|
- bgp_proto:
|
||||||
- crans
|
- crans
|
||||||
- zayo
|
- zayo
|
||||||
accept: true
|
accept: true
|
||||||
|
- accept: false
|
||||||
# - name: infra1
|
# - name: infra1
|
||||||
# local:
|
# local:
|
||||||
# address: "{{ bird__bgp_addresses[inventory_hostname] }}"
|
# address: "{{ bird__bgp_addresses[inventory_hostname] }}"
|
||||||
|
@ -361,7 +362,7 @@
|
||||||
sub: true
|
sub: true
|
||||||
accept: true
|
accept: true
|
||||||
- accept: false
|
- accept: false
|
||||||
# - name: viarezo
|
# - name: viarezo1
|
||||||
# local:
|
# local:
|
||||||
# address:
|
# address:
|
||||||
# - 192.159.121.134
|
# - 192.159.121.134
|
||||||
|
@ -389,9 +390,6 @@
|
||||||
# - crans
|
# - crans
|
||||||
# - zayo
|
# - zayo
|
||||||
# accept: true
|
# accept: true
|
||||||
# - prefix: "{{ bird__orig_prefixes.aurore }}"
|
|
||||||
# sub: true
|
|
||||||
# accept: true
|
|
||||||
# - accept: false
|
# - accept: false
|
||||||
bird__ospf_broadcast_interfaces:
|
bird__ospf_broadcast_interfaces:
|
||||||
ens22: null
|
ens22: null
|
||||||
|
|
Loading…
Reference in a new issue