Drop unusued networks

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
linter
Yohann D'ANELLO 2022-06-28 10:17:56 +02:00
parent 991f49aa57
commit b34a5ceb15
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 7 deletions

View File

@ -18,19 +18,13 @@ glob_network_interfaces:
- name: adm
id: 10
dns: "{{ query('ldap', 'ip', 'routeur-sam', 'adm') | ipv4 | first }} {{ query('ldap', 'ip', 'routeur-daniel', 'adm') | ipv4 | first }}"
- name: infra
id: 11
dns: "{{ query('ldap', 'ip', 'passerelle', 'infra') | ipv4 | first }}"
- name: adh
id: 12
gateway: "{{ query('ldap', 'ip', 'passerelle', 'adh') | ipv4 | first }}"
dns: "{{ query('ldap', 'ip', 'passerelle', 'adh') | ipv4 | first }}"
gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'adh') | ipv6 | first }}"
- name: adh_nat
- name: adh_adm
id: 13
gateway: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}"
dns: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}"
gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv6 | first }}"
- name: renater
id: 38
gateway: "{{ query('ldap', 'ip', 'dsi', 'renater') | ipv4 | first }}"