group vars per location

This commit is contained in:
Smaine Kahlouch 2015-12-15 15:25:24 +01:00
parent 953f482585
commit 4d1828c724
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
peers:
-router_id: "10.99.0.34"
as: "65xxx"
- router_id: "10.99.0.35"
as: "65xxx"
loadbalancer_apiserver:
address: "10.99.0.44"
port: "8383"

View file

@ -0,0 +1,10 @@
---
peers:
-router_id: "10.99.0.2"
as: "65xxx"
- router_id: "10.99.0.3"
as: "65xxx"
loadbalancer_apiserver:
address: "10.99.0.21"
port: "8383"