2020-09-17 00:58:13 +02:00
|
|
|
---
|
2022-11-26 22:38:59 +01:00
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2020-09-17 17:07:30 +02:00
|
|
|
|
|
|
|
dns: 213.133.98.98 8.8.8.8
|
|
|
|
ipv6_subnet: '2a01:4f8:150:926f::'
|
|
|
|
ipv4_subnet: 10.0.0.0
|
|
|
|
|
|
|
|
ipv6: '{{ ipv6_subnet | ipmath(2 * (vm_index +2)+1) }}/127'
|
|
|
|
ipv6route: '{{ ipv6_subnet | ipmath(2 * (vm_index +2)) }}'
|
|
|
|
|
2022-11-26 22:38:59 +01:00
|
|
|
#ansible_ssh_host: '{{ ipv4_subnet | ipmath(2 * vm_index +1) }}'
|
2020-09-17 17:07:30 +02:00
|
|
|
ipv4: '{{ ipv4_subnet | ipmath(2 * vm_index +1) }}/31'
|
|
|
|
ipv4route: '{{ ipv4_subnet | ipmath(2 * vm_index) }}'
|