ansible/group_vars/debian

14 lines
429 B
Plaintext
Raw Normal View History

2020-09-16 17:58:13 -05:00
---
2022-11-26 15:38:59 -06:00
ansible_python_interpreter: /usr/bin/python3
2020-09-17 10:07:30 -05: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 15:38:59 -06:00
#ansible_ssh_host: '{{ ipv4_subnet | ipmath(2 * vm_index +1) }}'
2020-09-17 10:07:30 -05:00
ipv4: '{{ ipv4_subnet | ipmath(2 * vm_index +1) }}/31'
ipv4route: '{{ ipv4_subnet | ipmath(2 * vm_index) }}'