forked from 9pfs/dn42-ansible
Shorten pop_loc values
This commit is contained in:
parent
7c9d7ce9a3
commit
8a3c468423
1 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ routers:
|
||||||
unicastv6: fd32:6b0:70a6:179::1
|
unicastv6: fd32:6b0:70a6:179::1
|
||||||
llv6: fe80::2002:1
|
llv6: fe80::2002:1
|
||||||
machine_type: vm
|
machine_type: vm
|
||||||
pop_loc: us01
|
pop_loc: us1
|
||||||
solanum_sid: '9R1'
|
solanum_sid: '9R1'
|
||||||
us2.routers.9pfs.dn42:
|
us2.routers.9pfs.dn42:
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
@ -18,7 +18,7 @@ routers:
|
||||||
unicastv4: 172.22.161.2
|
unicastv4: 172.22.161.2
|
||||||
unicastv6: fd32:6b0:70a6:179::2
|
unicastv6: fd32:6b0:70a6:179::2
|
||||||
llv6: fe80::2002:2
|
llv6: fe80::2002:2
|
||||||
pop_loc: us02
|
pop_loc: us2
|
||||||
solanum_sid: '9R2'
|
solanum_sid: '9R2'
|
||||||
us3.routers.9pfs.dn42:
|
us3.routers.9pfs.dn42:
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
@ -26,7 +26,7 @@ routers:
|
||||||
unicastv4: 172.22.161.4
|
unicastv4: 172.22.161.4
|
||||||
unicastv6: fd32:6b0:70a6:179::4
|
unicastv6: fd32:6b0:70a6:179::4
|
||||||
llv6: fe80::2002:4
|
llv6: fe80::2002:4
|
||||||
pop_loc: us03
|
pop_loc: us3
|
||||||
solanum_sid: '9R4'
|
solanum_sid: '9R4'
|
||||||
uk1.routers.9pfs.dn42:
|
uk1.routers.9pfs.dn42:
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
@ -34,7 +34,7 @@ routers:
|
||||||
unicastv4: 172.22.161.3
|
unicastv4: 172.22.161.3
|
||||||
unicastv6: fd32:6b0:70a6:179::3
|
unicastv6: fd32:6b0:70a6:179::3
|
||||||
llv6: fe80::2002:3
|
llv6: fe80::2002:3
|
||||||
pop_loc: uk01
|
pop_loc: uk1
|
||||||
solanum_sid: '9R3'
|
solanum_sid: '9R3'
|
||||||
kix.routers.9pfs.dn42:
|
kix.routers.9pfs.dn42:
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
|
Loading…
Reference in a new issue