[network_interfaces] Add zamok-tmtc, put MTU of san to 9000

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-22 00:53:53 +02:00
parent 587dd7614a
commit c7bf246b2b
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@ glob_network_interfaces:
gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'srv-nat') | ipv6 | first }}"
- name: san
id: 4
extra:
- "mtu 9000"
- name: adm
id: 10
dns: "{{ query('ldap', 'ip', 'routeur-sam', 'adm') | ipv4 | first }} {{ query('ldap', 'ip', 'routeur-daniel', 'adm') | ipv4 | first }}"

View File

@ -0,0 +1,4 @@
---
interfaces:
adm: eth0
san: eth1