network_interfaces is working for my router

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-06-04 17:14:30 +02:00
parent f1ac6f269b
commit f57b1f1b3e
4 changed files with 9 additions and 4 deletions

View File

@ -4,7 +4,7 @@ glob_network_interfaces:
id: 1
gateway: "185.230.76.62"
dns: "{{ query('ldap', 'ip', 'routeur-templier', 'srv') | ipv4 | first }}"
gateway_v6: "2a0c:700:3002::ff:fe02:102"
gateway_v6: "2a0c:700:3012::ff:fe02:112"
- name: adm
id: 42
dns: "{{ query('ldap', 'ip', 'routeur-templier', 'adm') | ipv4 | first }}"